Html Css Color HEX #005EAA Cobalt

📋 copy color: '#005EAA'

red 0 ◦ green 94 ◦ blue 170

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

Shades of Cobalt #005EAA

Tints of Cobalt #005EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 64.39%

R = 0%
G = 35.61%
B = 64.39%

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

#005EAA (or 0x005EAA) is known color: Cobalt. HEX triplet: 00, 5E and AA. RGB value is (0,94,170). Sum of RGB (Red+Green+Blue) = 0+94+170=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #005EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005EAA is #FFA155. Grayscale: #4A4A4A. Windows color (decimal): -16752982 or 11165184. OLE color: 11165184.

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

Color convert

RGB 0 94 170 -
CMYK 1 0.45 0 0.33
HSL 206.82º 1% 0.33% -
HSV(B) 206.82º 1% 0.67% -
XYZ 11.26 10.91 39.54 -
YUV 74.56 181.86 74.82 -
System Red Green Blue C M Y K H S L
Decimal 0 94 170 1 0.45 0 0.33 206.82 1 0.33
Hex 0 5E AA 64 2D 0 21 CF 64 21
Octal 0 136 252 144 55 0 41 317 144 41
Binary 0 1011110 10101010 1100100 101101 0 100001 11001111 1100100 100001

Color Harmonies of #005EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005EAA

Black with #005EAA

Text Example


Text Example

White with #005EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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