Html Css Color HEX #045AAD Cobalt

📋 copy color: '#045AAD'

red 4 ◦ green 90 ◦ blue 173

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

Shades of Cobalt #045AAD

Tints of Cobalt #045AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 64.79%

R = 1.5%
G = 33.71%
B = 64.79%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#045AAD (or 0x045AAD) is known color: Cobalt. HEX triplet: 04, 5A and AD. RGB value is (4,90,173). Sum of RGB (Red+Green+Blue) = 4+90+173=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #045AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045AAD is #FBA552. Grayscale: #494949. Windows color (decimal): -16491859 or 11360772. OLE color: 11360772.

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

Color convert

RGB 4 90 173 -
CMYK 0.98 0.48 0 0.32
HSL 209.47º 0.95% 0.35% -
HSV(B) 209.47º 0.98% 0.68% -
XYZ 11.25 10.36 40.94 -
YUV 73.75 184.01 78.25 -
System Red Green Blue C M Y K H S L
Decimal 4 90 173 0.98 0.48 0 0.32 209.47 0.95 0.35
Hex 4 5A AD 62 30 0 20 D1 5F 23
Octal 4 132 255 142 60 0 40 321 137 43
Binary 100 1011010 10101101 1100010 110000 0 100000 11010001 1011111 100011

Color Harmonies of #045AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045AAD

Black with #045AAD

Text Example


Text Example

White with #045AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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