Html Css Color HEX #045ACB Navy Blue

📋 copy color: '#045ACB'

red 4 ◦ green 90 ◦ blue 203

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

Shades of Navy Blue #045ACB

Tints of Navy Blue #045ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.35%

R = 1.35%
G = 30.3%
B = 68.35%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#045ACB (or 0x045ACB) is known color: Navy Blue. HEX triplet: 04, 5A and CB. RGB value is (4,90,203). Sum of RGB (Red+Green+Blue) = 4+90+203=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #045ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045ACB is #FBA534. Grayscale: #4C4C4C. Windows color (decimal): -16491829 or 13326852. OLE color: 13326852.

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

Color convert

RGB 4 90 203 -
CMYK 0.98 0.56 0 0.20
HSL 214.07º 0.96% 0.41% -
HSV(B) 214.07º 0.98% 0.8% -
XYZ 14.49 11.65 57.99 -
YUV 77.17 199.01 75.81 -
System Red Green Blue C M Y K H S L
Decimal 4 90 203 0.98 0.56 0 0.20 214.07 0.96 0.41
Hex 4 5A CB 62 38 0 14 D6 60 29
Octal 4 132 313 142 70 0 24 326 140 51
Binary 100 1011010 11001011 1100010 111000 0 10100 11010110 1100000 101001

Color Harmonies of #045ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045ACB

Black with #045ACB

Text Example


Text Example

White with #045ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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