Html Css Color HEX #045CCA Navy Blue

📋 copy color: '#045CCA'

red 4 ◦ green 92 ◦ blue 202

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

Shades of Navy Blue #045CCA

Tints of Navy Blue #045CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 67.79%

R = 1.34%
G = 30.87%
B = 67.79%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#045CCA (or 0x045CCA) is known color: Navy Blue. HEX triplet: 04, 5C and CA. RGB value is (4,92,202). Sum of RGB (Red+Green+Blue) = 4+92+202=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 202 (79.30% from 255 or 67.79% from 298); Max value from RGB is 202 - color contains mainly: blue. Hex color #045CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045CCA is #FBA335. Grayscale: #4D4D4D. Windows color (decimal): -16491318 or 13261828. OLE color: 13261828.

HSL color Cylindrical-coordinate representation of color #045CCA: hue angle of 213.33º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045CCA is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 4 92 202 -
CMYK 0.98 0.54 0 0.21
HSL 213.33º 0.96% 0.4% -
HSV(B) 213.33º 0.98% 0.79% -
XYZ 14.54 11.94 57.42 -
YUV 78.23 197.85 75.06 -
System Red Green Blue C M Y K H S L
Decimal 4 92 202 0.98 0.54 0 0.21 213.33 0.96 0.4
Hex 4 5C CA 62 36 0 15 D5 60 28
Octal 4 134 312 142 66 0 25 325 140 50
Binary 100 1011100 11001010 1100010 110110 0 10101 11010101 1100000 101000

Color Harmonies of #045CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045CCA

Black with #045CCA

Text Example


Text Example

White with #045CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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