Html Css Color HEX #0476CE Navy Blue

📋 copy color: '#0476CE'

red 4 ◦ green 118 ◦ blue 206

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

Shades of Navy Blue #0476CE

Tints of Navy Blue #0476CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.98%

 BLUE value IS 206 (80.86% from 255) = 62.8%

R = 1.22%
G = 35.98%
B = 62.8%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0476CE (or 0x0476CE) is known color: Navy Blue. HEX triplet: 04, 76 and CE. RGB value is (4,118,206). Sum of RGB (Red+Green+Blue) = 4+118+206=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #0476CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0476CE is #FB8931. Grayscale: #5D5D5D. Windows color (decimal): -16484658 or 13530628. OLE color: 13530628.

HSL color Cylindrical-coordinate representation of color #0476CE: hue angle of 206.14º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0476CE is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 118 206 -
CMYK 0.98 0.43 0 0.19
HSL 206.14º 0.96% 0.41% -
HSV(B) 206.14º 0.98% 0.81% -
XYZ 17.67 17.44 60.83 -
YUV 93.95 191.23 63.84 -
System Red Green Blue C M Y K H S L
Decimal 4 118 206 0.98 0.43 0 0.19 206.14 0.96 0.41
Hex 4 76 CE 62 2B 0 13 CE 60 29
Octal 4 166 316 142 53 0 23 316 140 51
Binary 100 1110110 11001110 1100010 101011 0 10011 11001110 1100000 101001

Color Harmonies of #0476CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0476CE

Black with #0476CE

Text Example


Text Example

White with #0476CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0476CE; }

 p { color: rgb(4,118,206); }

 H1.HeaderClassName
 {
   color: #0476CE;
 }
 .AnyTagClassName
 {
   color: #0476CE;
 }
</style>

background-color css

<style>
 a { background-color: #0476CE; }

 a { background-color: rgb(4,118,206); }

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

border-color css

<style>
 span { border-color: #0476CE; }

 span { border-color: rgb(4,118,206); }

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