Html Css Color HEX #045AAB Cobalt

📋 copy color: '#045AAB'

red 4 ◦ green 90 ◦ blue 171

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

Shades of Cobalt #045AAB

Tints of Cobalt #045AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 1.51%
G = 33.96%
B = 64.53%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#045AAB (or 0x045AAB) is known color: Cobalt. HEX triplet: 04, 5A and AB. RGB value is (4,90,171). Sum of RGB (Red+Green+Blue) = 4+90+171=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #045AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045AAB is #FBA554. Grayscale: #494949. Windows color (decimal): -16491861 or 11229700. OLE color: 11229700.

HSL color Cylindrical-coordinate representation of color #045AAB: hue angle of 209.1º 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 #045AAB is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 90 171 -
CMYK 0.98 0.47 0 0.33
HSL 209.1º 0.95% 0.34% -
HSV(B) 209.1º 0.98% 0.67% -
XYZ 11.06 10.28 39.93 -
YUV 73.52 183.01 78.41 -
System Red Green Blue C M Y K H S L
Decimal 4 90 171 0.98 0.47 0 0.33 209.1 0.95 0.34
Hex 4 5A AB 62 2F 0 21 D1 5F 22
Octal 4 132 253 142 57 0 41 321 137 42
Binary 100 1011010 10101011 1100010 101111 0 100001 11010001 1011111 100010

Color Harmonies of #045AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045AAB

Black with #045AAB

Text Example


Text Example

White with #045AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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