Html Css Color HEX #005EA7 Cobalt

📋 copy color: '#005EA7'

red 0 ◦ green 94 ◦ blue 167

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

Shades of Cobalt #005EA7

Tints of Cobalt #005EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 63.98%

R = 0%
G = 36.02%
B = 63.98%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#005EA7 (or 0x005EA7) is known color: Cobalt. HEX triplet: 00, 5E and A7. RGB value is (0,94,167). Sum of RGB (Red+Green+Blue) = 0+94+167=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 167 (65.62% from 255 or 63.98% from 261); Max value from RGB is 167 - color contains mainly: blue. Hex color #005EA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005EA7 is #FFA158. Grayscale: #494949. Windows color (decimal): -16752985 or 10968576. OLE color: 10968576.

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

Color convert

RGB 0 94 167 -
CMYK 1 0.44 0 0.35
HSL 206.23º 1% 0.33% -
HSV(B) 206.23º 1% 0.65% -
XYZ 10.98 10.8 38.06 -
YUV 74.22 180.36 75.06 -
System Red Green Blue C M Y K H S L
Decimal 0 94 167 1 0.44 0 0.35 206.23 1 0.33
Hex 0 5E A7 64 2C 0 23 CE 64 21
Octal 0 136 247 144 54 0 43 316 144 41
Binary 0 1011110 10100111 1100100 101100 0 100011 11001110 1100100 100001

Color Harmonies of #005EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005EA7

Black with #005EA7

Text Example


Text Example

White with #005EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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