Html Css Color HEX #0479CB Navy Blue

📋 copy color: '#0479CB'

red 4 ◦ green 121 ◦ blue 203

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

Shades of Navy Blue #0479CB

Tints of Navy Blue #0479CB

RGB

 RED value IS 4 (1.95% from 255) = 1.22%

 GREEN value IS 121 (47.66% from 255) = 36.89%

 BLUE value IS 203 (79.69% from 255) = 61.89%

R = 1.22%
G = 36.89%
B = 61.89%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0479CB (or 0x0479CB) is known color: Navy Blue. HEX triplet: 04, 79 and CB. RGB value is (4,121,203). Sum of RGB (Red+Green+Blue) = 4+121+203=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #0479CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0479CB is #FB8634. Grayscale: #5E5E5E. Windows color (decimal): -16483893 or 13334788. OLE color: 13334788.

HSL color Cylindrical-coordinate representation of color #0479CB: hue angle of 204.72º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0479CB is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 121 203 -
CMYK 0.98 0.40 0 0.20
HSL 204.72º 0.96% 0.41% -
HSV(B) 204.72º 0.98% 0.8% -
XYZ 17.67 18.01 59.05 -
YUV 95.37 188.74 62.83 -
System Red Green Blue C M Y K H S L
Decimal 4 121 203 0.98 0.40 0 0.20 204.72 0.96 0.41
Hex 4 79 CB 62 28 0 14 CD 60 29
Octal 4 171 313 142 50 0 24 315 140 51
Binary 100 1111001 11001011 1100010 101000 0 10100 11001101 1100000 101001

Color Harmonies of #0479CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0479CB

Black with #0479CB

Text Example


Text Example

White with #0479CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0479CB; }

 p { color: rgb(4,121,203); }

 H1.HeaderClassName
 {
   color: #0479CB;
 }
 .AnyTagClassName
 {
   color: #0479CB;
 }
</style>

background-color css

<style>
 a { background-color: #0479CB; }

 a { background-color: rgb(4,121,203); }

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

border-color css

<style>
 span { border-color: #0479CB; }

 span { border-color: rgb(4,121,203); }

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