Html Css Color HEX #045AA0 Cobalt

📋 copy color: '#045AA0'

red 4 ◦ green 90 ◦ blue 160

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

Shades of Cobalt #045AA0

Tints of Cobalt #045AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 62.99%

R = 1.57%
G = 35.43%
B = 62.99%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#045AA0 (or 0x045AA0) is known color: Cobalt. HEX triplet: 04, 5A and A0. RGB value is (4,90,160). Sum of RGB (Red+Green+Blue) = 4+90+160=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 160 (62.89% from 255 or 62.99% from 254); Max value from RGB is 160 - color contains mainly: blue. Hex color #045AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045AA0 is #FBA55F. Grayscale: #474747. Windows color (decimal): -16491872 or 10508804. OLE color: 10508804.

HSL color Cylindrical-coordinate representation of color #045AA0: hue angle of 206.92º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045AA0 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 4 90 160 -
CMYK 0.98 0.44 0 0.37
HSL 206.92º 0.95% 0.32% -
HSV(B) 206.92º 0.98% 0.63% -
XYZ 10.05 9.88 34.63 -
YUV 72.27 177.51 79.31 -
System Red Green Blue C M Y K H S L
Decimal 4 90 160 0.98 0.44 0 0.37 206.92 0.95 0.32
Hex 4 5A A0 62 2C 0 25 CF 5F 20
Octal 4 132 240 142 54 0 45 317 137 40
Binary 100 1011010 10100000 1100010 101100 0 100101 11001111 1011111 100000

Color Harmonies of #045AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045AA0

Black with #045AA0

Text Example


Text Example

White with #045AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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