Html Css Color HEX #005EAC Cobalt

📋 copy color: '#005EAC'

red 0 ◦ green 94 ◦ blue 172

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

Shades of Cobalt #005EAC

Tints of Cobalt #005EAC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 94 (37.11% from 255) = 35.34%

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

R = 0%
G = 35.34%
B = 64.66%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#005EAC (or 0x005EAC) is known color: Cobalt. HEX triplet: 00, 5E and AC. RGB value is (0,94,172). Sum of RGB (Red+Green+Blue) = 0+94+172=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #005EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005EAC is #FFA153. Grayscale: #4A4A4A. Windows color (decimal): -16752980 or 11296256. OLE color: 11296256.

HSL color Cylindrical-coordinate representation of color #005EAC: hue angle of 207.21º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EAC is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 94 172 -
CMYK 1 0.45 0 0.33
HSL 207.21º 1% 0.34% -
HSV(B) 207.21º 1% 0.67% -
XYZ 11.45 10.98 40.55 -
YUV 74.79 182.86 74.66 -
System Red Green Blue C M Y K H S L
Decimal 0 94 172 1 0.45 0 0.33 207.21 1 0.34
Hex 0 5E AC 64 2D 0 21 CF 64 22
Octal 0 136 254 144 55 0 41 317 144 42
Binary 0 1011110 10101100 1100100 101101 0 100001 11001111 1100100 100010

Color Harmonies of #005EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005EAC

Black with #005EAC

Text Example


Text Example

White with #005EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005EAC; }

 p { color: rgb(0,94,172); }

 H1.HeaderClassName
 {
   color: #005EAC;
 }
 .AnyTagClassName
 {
   color: #005EAC;
 }
</style>

background-color css

<style>
 a { background-color: #005EAC; }

 a { background-color: rgb(0,94,172); }

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

border-color css

<style>
 span { border-color: #005EAC; }

 span { border-color: rgb(0,94,172); }

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