Html Css Color HEX #045CC0 Navy Blue

📋 copy color: '#045CC0'

red 4 ◦ green 92 ◦ blue 192

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

Shades of Navy Blue #045CC0

Tints of Navy Blue #045CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 66.67%

R = 1.39%
G = 31.94%
B = 66.67%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#045CC0 (or 0x045CC0) is known color: Navy Blue. HEX triplet: 04, 5C and C0. RGB value is (4,92,192). Sum of RGB (Red+Green+Blue) = 4+92+192=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 192 (75.39% from 255 or 66.67% from 288); Max value from RGB is 192 - color contains mainly: blue. Hex color #045CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045CC0 is #FBA33F. Grayscale: #4C4C4C. Windows color (decimal): -16491328 or 12606468. OLE color: 12606468.

HSL color Cylindrical-coordinate representation of color #045CC0: hue angle of 211.91º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045CC0 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 92 192 -
CMYK 0.98 0.52 0 0.25
HSL 211.91º 0.96% 0.38% -
HSV(B) 211.91º 0.98% 0.75% -
XYZ 13.39 11.49 51.38 -
YUV 77.09 192.85 75.87 -
System Red Green Blue C M Y K H S L
Decimal 4 92 192 0.98 0.52 0 0.25 211.91 0.96 0.38
Hex 4 5C C0 62 34 0 19 D4 60 26
Octal 4 134 300 142 64 0 31 324 140 46
Binary 100 1011100 11000000 1100010 110100 0 11001 11010100 1100000 100110

Color Harmonies of #045CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045CC0

Black with #045CC0

Text Example


Text Example

White with #045CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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