Html Css Color HEX #045DA6 Cobalt

📋 copy color: '#045DA6'

red 4 ◦ green 93 ◦ blue 166

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

Shades of Cobalt #045DA6

Tints of Cobalt #045DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 63.12%

R = 1.52%
G = 35.36%
B = 63.12%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#045DA6 (or 0x045DA6) is known color: Cobalt. HEX triplet: 04, 5D and A6. RGB value is (4,93,166). Sum of RGB (Red+Green+Blue) = 4+93+166=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 166 (65.23% from 255 or 63.12% from 263); Max value from RGB is 166 - color contains mainly: blue. Hex color #045DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045DA6 is #FBA259. Grayscale: #4A4A4A. Windows color (decimal): -16491098 or 10902788. OLE color: 10902788.

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

Color convert

RGB 4 93 166 -
CMYK 0.98 0.44 0 0.35
HSL 207.04º 0.95% 0.33% -
HSV(B) 207.04º 0.98% 0.65% -
XYZ 10.85 10.61 37.55 -
YUV 74.71 179.51 77.56 -
System Red Green Blue C M Y K H S L
Decimal 4 93 166 0.98 0.44 0 0.35 207.04 0.95 0.33
Hex 4 5D A6 62 2C 0 23 CF 5F 21
Octal 4 135 246 142 54 0 43 317 137 41
Binary 100 1011101 10100110 1100010 101100 0 100011 11001111 1011111 100001

Color Harmonies of #045DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045DA6

Black with #045DA6

Text Example


Text Example

White with #045DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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