Html Css Color HEX #045AC6 Navy Blue

📋 copy color: '#045AC6'

red 4 ◦ green 90 ◦ blue 198

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

Shades of Navy Blue #045AC6

Tints of Navy Blue #045AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 67.81%

R = 1.37%
G = 30.82%
B = 67.81%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#045AC6 (or 0x045AC6) is known color: Navy Blue. HEX triplet: 04, 5A and C6. RGB value is (4,90,198). Sum of RGB (Red+Green+Blue) = 4+90+198=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 198 (77.73% from 255 or 67.81% from 292); Max value from RGB is 198 - color contains mainly: blue. Hex color #045AC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045AC6 is #FBA539. Grayscale: #4C4C4C. Windows color (decimal): -16491834 or 12999172. OLE color: 12999172.

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

Color convert

RGB 4 90 198 -
CMYK 0.98 0.55 0 0.22
HSL 213.4º 0.96% 0.4% -
HSV(B) 213.4º 0.98% 0.78% -
XYZ 13.9 11.42 54.9 -
YUV 76.6 196.51 76.22 -
System Red Green Blue C M Y K H S L
Decimal 4 90 198 0.98 0.55 0 0.22 213.4 0.96 0.4
Hex 4 5A C6 62 37 0 16 D5 60 28
Octal 4 132 306 142 67 0 26 325 140 50
Binary 100 1011010 11000110 1100010 110111 0 10110 11010101 1100000 101000

Color Harmonies of #045AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045AC6

Black with #045AC6

Text Example


Text Example

White with #045AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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