Html Css Color HEX #045DAB Cobalt

📋 copy color: '#045DAB'

red 4 ◦ green 93 ◦ blue 171

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

Shades of Cobalt #045DAB

Tints of Cobalt #045DAB

RGB

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

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

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

R = 1.49%
G = 34.7%
B = 63.81%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#045DAB (or 0x045DAB) is known color: Cobalt. HEX triplet: 04, 5D and AB. RGB value is (4,93,171). Sum of RGB (Red+Green+Blue) = 4+93+171=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #045DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045DAB is #FBA254. Grayscale: #4A4A4A. Windows color (decimal): -16491093 or 11230468. OLE color: 11230468.

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

Color convert

RGB 4 93 171 -
CMYK 0.98 0.46 0 0.33
HSL 208.02º 0.95% 0.34% -
HSV(B) 208.02º 0.98% 0.67% -
XYZ 11.32 10.79 40.02 -
YUV 75.28 182.01 77.16 -
System Red Green Blue C M Y K H S L
Decimal 4 93 171 0.98 0.46 0 0.33 208.02 0.95 0.34
Hex 4 5D AB 62 2E 0 21 D0 5F 22
Octal 4 135 253 142 56 0 41 320 137 42
Binary 100 1011101 10101011 1100010 101110 0 100001 11010000 1011111 100010

Color Harmonies of #045DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045DAB

Black with #045DAB

Text Example


Text Example

White with #045DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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