Html Css Color HEX #045CCC Navy Blue

📋 copy color: '#045CCC'

red 4 ◦ green 92 ◦ blue 204

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

Shades of Navy Blue #045CCC

Tints of Navy Blue #045CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.67%

 BLUE value IS 204 (80.08% from 255) = 68%

R = 1.33%
G = 30.67%
B = 68%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#045CCC (or 0x045CCC) is known color: Navy Blue. HEX triplet: 04, 5C and CC. RGB value is (4,92,204). Sum of RGB (Red+Green+Blue) = 4+92+204=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #045CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045CCC is #FBA333. Grayscale: #4D4D4D. Windows color (decimal): -16491316 or 13392900. OLE color: 13392900.

HSL color Cylindrical-coordinate representation of color #045CCC: hue angle of 213.6º 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 #045CCC is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 4 92 204 -
CMYK 0.98 0.55 0 0.2
HSL 213.6º 0.96% 0.41% -
HSV(B) 213.6º 0.98% 0.8% -
XYZ 14.78 12.04 58.67 -
YUV 78.46 198.85 74.89 -
System Red Green Blue C M Y K H S L
Decimal 4 92 204 0.98 0.55 0 0.2 213.6 0.96 0.41
Hex 4 5C CC 62 37 0 14 D6 60 29
Octal 4 134 314 142 67 0 24 326 140 51
Binary 100 1011100 11001100 1100010 110111 0 10100 11010110 1100000 101001

Color Harmonies of #045CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045CCC

Black with #045CCC

Text Example


Text Example

White with #045CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045CCC; }

 p { color: rgb(4,92,204); }

 H1.HeaderClassName
 {
   color: #045CCC;
 }
 .AnyTagClassName
 {
   color: #045CCC;
 }
</style>

background-color css

<style>
 a { background-color: #045CCC; }

 a { background-color: rgb(4,92,204); }

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

border-color css

<style>
 span { border-color: #045CCC; }

 span { border-color: rgb(4,92,204); }

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