Html Css Color HEX #045DAC Cobalt

📋 copy color: '#045DAC'

red 4 ◦ green 93 ◦ blue 172

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

Shades of Cobalt #045DAC

Tints of Cobalt #045DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.94%

R = 1.49%
G = 34.57%
B = 63.94%

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

#045DAC (or 0x045DAC) is known color: Cobalt. HEX triplet: 04, 5D and AC. RGB value is (4,93,172). Sum of RGB (Red+Green+Blue) = 4+93+172=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #045DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045DAC is #FBA253. Grayscale: #4A4A4A. Windows color (decimal): -16491092 or 11296004. OLE color: 11296004.

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

Color convert

RGB 4 93 172 -
CMYK 0.98 0.46 0 0.33
HSL 208.21º 0.95% 0.35% -
HSV(B) 208.21º 0.98% 0.67% -
XYZ 11.41 10.83 40.52 -
YUV 75.4 182.51 77.08 -
System Red Green Blue C M Y K H S L
Decimal 4 93 172 0.98 0.46 0 0.33 208.21 0.95 0.35
Hex 4 5D AC 62 2E 0 21 D0 5F 23
Octal 4 135 254 142 56 0 41 320 137 43
Binary 100 1011101 10101100 1100010 101110 0 100001 11010000 1011111 100011

Color Harmonies of #045DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045DAC

Black with #045DAC

Text Example


Text Example

White with #045DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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