Html Css Color HEX #045AA6 Cobalt

📋 copy color: '#045AA6'

red 4 ◦ green 90 ◦ blue 166

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

Shades of Cobalt #045AA6

Tints of Cobalt #045AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 63.85%

R = 1.54%
G = 34.62%
B = 63.85%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#045AA6 (or 0x045AA6) is known color: Cobalt. HEX triplet: 04, 5A and A6. RGB value is (4,90,166). Sum of RGB (Red+Green+Blue) = 4+90+166=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 166 (65.23% from 255 or 63.85% from 260); Max value from RGB is 166 - color contains mainly: blue. Hex color #045AA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045AA6 is #FBA559. Grayscale: #484848. Windows color (decimal): -16491866 or 10902020. OLE color: 10902020.

HSL color Cylindrical-coordinate representation of color #045AA6: hue angle of 208.15º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045AA6 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 4 90 166 -
CMYK 0.98 0.46 0 0.35
HSL 208.15º 0.95% 0.33% -
HSV(B) 208.15º 0.98% 0.65% -
XYZ 10.59 10.09 37.47 -
YUV 72.95 180.51 78.82 -
System Red Green Blue C M Y K H S L
Decimal 4 90 166 0.98 0.46 0 0.35 208.15 0.95 0.33
Hex 4 5A A6 62 2E 0 23 D0 5F 21
Octal 4 132 246 142 56 0 43 320 137 41
Binary 100 1011010 10100110 1100010 101110 0 100011 11010000 1011111 100001

Color Harmonies of #045AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045AA6

Black with #045AA6

Text Example


Text Example

White with #045AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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