Html Css Color HEX #045DAA Cobalt

📋 copy color: '#045DAA'

red 4 ◦ green 93 ◦ blue 170

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

Shades of Cobalt #045DAA

Tints of Cobalt #045DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.83%

 BLUE value IS 170 (66.8% from 255) = 63.67%

R = 1.5%
G = 34.83%
B = 63.67%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#045DAA (or 0x045DAA) is known color: Cobalt. HEX triplet: 04, 5D and AA. RGB value is (4,93,170). Sum of RGB (Red+Green+Blue) = 4+93+170=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #045DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045DAA is #FBA255. Grayscale: #4A4A4A. Windows color (decimal): -16491094 or 11164932. OLE color: 11164932.

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

Color convert

RGB 4 93 170 -
CMYK 0.98 0.45 0 0.33
HSL 207.83º 0.95% 0.34% -
HSV(B) 207.83º 0.98% 0.67% -
XYZ 11.22 10.76 39.52 -
YUV 75.17 181.51 77.24 -
System Red Green Blue C M Y K H S L
Decimal 4 93 170 0.98 0.45 0 0.33 207.83 0.95 0.34
Hex 4 5D AA 62 2D 0 21 D0 5F 22
Octal 4 135 252 142 55 0 41 320 137 42
Binary 100 1011101 10101010 1100010 101101 0 100001 11010000 1011111 100010

Color Harmonies of #045DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045DAA

Black with #045DAA

Text Example


Text Example

White with #045DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,93,170); }

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

background-color css

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

 a { background-color: rgb(4,93,170); }

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

border-color css

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

 span { border-color: rgb(4,93,170); }

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