Html Css Color HEX #003EAE Cobalt

📋 copy color: '#003EAE'

red 0 ◦ green 62 ◦ blue 174

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

Shades of Cobalt #003EAE

Tints of Cobalt #003EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.27%

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

R = 0%
G = 26.27%
B = 73.73%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#003EAE (or 0x003EAE) is known color: Cobalt. HEX triplet: 00, 3E and AE. RGB value is (0,62,174). Sum of RGB (Red+Green+Blue) = 0+62+174=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #003EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003EAE is #FFC151. Grayscale: #373737. Windows color (decimal): -16761170 or 11419136. OLE color: 11419136.

HSL color Cylindrical-coordinate representation of color #003EAE: hue angle of 218.62º 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 #003EAE is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 62 174 -
CMYK 1 0.64 0 0.32
HSL 218.62º 1% 0.34% -
HSV(B) 218.62º 1% 0.68% -
XYZ 9.36 6.5 40.81 -
YUV 56.23 194.46 87.89 -
System Red Green Blue C M Y K H S L
Decimal 0 62 174 1 0.64 0 0.32 218.62 1 0.34
Hex 0 3E AE 64 40 0 20 DB 64 22
Octal 0 76 256 144 100 0 40 333 144 42
Binary 0 111110 10101110 1100100 1000000 0 100000 11011011 1100100 100010

Color Harmonies of #003EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003EAE

Black with #003EAE

Text Example


Text Example

White with #003EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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