Html Css Color HEX #045ACE Navy Blue

📋 copy color: '#045ACE'

red 4 ◦ green 90 ◦ blue 206

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

Shades of Navy Blue #045ACE

Tints of Navy Blue #045ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30%

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

R = 1.33%
G = 30%
B = 68.67%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#045ACE (or 0x045ACE) is known color: Navy Blue. HEX triplet: 04, 5A and CE. RGB value is (4,90,206). Sum of RGB (Red+Green+Blue) = 4+90+206=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #045ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045ACE is #FBA531. Grayscale: #4C4C4C. Windows color (decimal): -16491826 or 13523460. OLE color: 13523460.

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

Color convert

RGB 4 90 206 -
CMYK 0.98 0.56 0 0.19
HSL 214.46º 0.96% 0.41% -
HSV(B) 214.46º 0.98% 0.81% -
XYZ 14.85 11.79 59.89 -
YUV 77.51 200.51 75.57 -
System Red Green Blue C M Y K H S L
Decimal 4 90 206 0.98 0.56 0 0.19 214.46 0.96 0.41
Hex 4 5A CE 62 38 0 13 D6 60 29
Octal 4 132 316 142 70 0 23 326 140 51
Binary 100 1011010 11001110 1100010 111000 0 10011 11010110 1100000 101001

Color Harmonies of #045ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045ACE

Black with #045ACE

Text Example


Text Example

White with #045ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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