Html Css Color HEX #0358CF Navy Blue

📋 copy color: '#0358CF'

red 3 ◦ green 88 ◦ blue 207

#0358CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0358CF

Tints of Navy Blue #0358CF

RGB

 RED value IS 3 (1.56% from 255) = 1.01%

 GREEN value IS 88 (34.77% from 255) = 29.53%

 BLUE value IS 207 (81.25% from 255) = 69.46%

R = 1.01%
G = 29.53%
B = 69.46%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0358CF (or 0x0358CF) is known color: Navy Blue. HEX triplet: 03, 58 and CF. RGB value is (3,88,207). Sum of RGB (Red+Green+Blue) = 3+88+207=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #0358CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0358CF is #FCA730. Grayscale: #4B4B4B. Windows color (decimal): -16557873 or 13588483. OLE color: 13588483.

HSL color Cylindrical-coordinate representation of color #0358CF: hue angle of 215º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0358CF is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 88 207 -
CMYK 0.99 0.57 0 0.19
HSL 215º 0.97% 0.41% -
HSV(B) 215º 0.99% 0.81% -
XYZ 14.79 11.5 60.47 -
YUV 76.15 201.84 75.82 -
System Red Green Blue C M Y K H S L
Decimal 3 88 207 0.99 0.57 0 0.19 215 0.97 0.41
Hex 3 58 CF 63 39 0 13 D7 61 29
Octal 3 130 317 143 71 0 23 327 141 51
Binary 11 1011000 11001111 1100011 111001 0 10011 11010111 1100001 101001

Color Harmonies of #0358CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0358CF

Black with #0358CF

Text Example


Text Example

White with #0358CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0358CF; }

 p { color: rgb(3,88,207); }

 H1.HeaderClassName
 {
   color: #0358CF;
 }
 .AnyTagClassName
 {
   color: #0358CF;
 }
</style>

background-color css

<style>
 a { background-color: #0358CF; }

 a { background-color: rgb(3,88,207); }

 div.DivClassName
 {
   background-color: #0358CF;
 }
 .BgClassName
 {
   background-color: #0358CF;
 }
</style>

border-color css

<style>
 span { border-color: #0358CF; }

 span { border-color: rgb(3,88,207); }

 td.TdClassName
 {
   border-color: #0358CF;
 }
 .TagClassName
 {
   border-color: #0358CF;
 }
</style>