Html Css Color HEX #0475CE Navy Blue

📋 copy color: '#0475CE'

red 4 ◦ green 117 ◦ blue 206

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

Shades of Navy Blue #0475CE

Tints of Navy Blue #0475CE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.78%

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

R = 1.22%
G = 35.78%
B = 63%

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

#0475CE (or 0x0475CE) is known color: Navy Blue. HEX triplet: 04, 75 and CE. RGB value is (4,117,206). Sum of RGB (Red+Green+Blue) = 4+117+206=327 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #0475CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0475CE is #FB8A31. Grayscale: #5C5C5C. Windows color (decimal): -16484914 or 13530372. OLE color: 13530372.

HSL color Cylindrical-coordinate representation of color #0475CE: hue angle of 206.44º 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 #0475CE is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 117 206 -
CMYK 0.98 0.43 0 0.19
HSL 206.44º 0.96% 0.41% -
HSV(B) 206.44º 0.98% 0.81% -
XYZ 17.55 17.2 60.79 -
YUV 93.36 191.56 64.26 -
System Red Green Blue C M Y K H S L
Decimal 4 117 206 0.98 0.43 0 0.19 206.44 0.96 0.41
Hex 4 75 CE 62 2B 0 13 CE 60 29
Octal 4 165 316 142 53 0 23 316 140 51
Binary 100 1110101 11001110 1100010 101011 0 10011 11001110 1100000 101001

Color Harmonies of #0475CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0475CE

Black with #0475CE

Text Example


Text Example

White with #0475CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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