Html Css Color HEX #005EAE Cobalt

📋 copy color: '#005EAE'

red 0 ◦ green 94 ◦ blue 174

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

Shades of Cobalt #005EAE

Tints of Cobalt #005EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.93%

R = 0%
G = 35.07%
B = 64.93%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#005EAE (or 0x005EAE) is known color: Cobalt. HEX triplet: 00, 5E and AE. RGB value is (0,94,174). Sum of RGB (Red+Green+Blue) = 0+94+174=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #005EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005EAE is #FFA151. Grayscale: #4A4A4A. Windows color (decimal): -16752978 or 11427328. OLE color: 11427328.

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

Color convert

RGB 0 94 174 -
CMYK 1 0.46 0 0.32
HSL 207.59º 1% 0.34% -
HSV(B) 207.59º 1% 0.68% -
XYZ 11.64 11.06 41.57 -
YUV 75.01 183.86 74.5 -
System Red Green Blue C M Y K H S L
Decimal 0 94 174 1 0.46 0 0.32 207.59 1 0.34
Hex 0 5E AE 64 2E 0 20 D0 64 22
Octal 0 136 256 144 56 0 40 320 144 42
Binary 0 1011110 10101110 1100100 101110 0 100000 11010000 1100100 100010

Color Harmonies of #005EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005EAE

Black with #005EAE

Text Example


Text Example

White with #005EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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