Html Css Color HEX #003EAC Cobalt

📋 copy color: '#003EAC'

red 0 ◦ green 62 ◦ blue 172

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

Shades of Cobalt #003EAC

Tints of Cobalt #003EAC

RGB

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

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

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

R = 0%
G = 26.5%
B = 73.5%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#003EAC (or 0x003EAC) is known color: Cobalt. HEX triplet: 00, 3E and AC. RGB value is (0,62,172). Sum of RGB (Red+Green+Blue) = 0+62+172=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #003EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003EAC is #FFC153. Grayscale: #373737. Windows color (decimal): -16761172 or 11288064. OLE color: 11288064.

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

Color convert

RGB 0 62 172 -
CMYK 1 0.64 0 0.33
HSL 218.37º 1% 0.34% -
HSV(B) 218.37º 1% 0.67% -
XYZ 9.17 6.42 39.79 -
YUV 56 193.46 88.06 -
System Red Green Blue C M Y K H S L
Decimal 0 62 172 1 0.64 0 0.33 218.37 1 0.34
Hex 0 3E AC 64 40 0 21 DA 64 22
Octal 0 76 254 144 100 0 41 332 144 42
Binary 0 111110 10101100 1100100 1000000 0 100001 11011010 1100100 100010

Color Harmonies of #003EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003EAC

Black with #003EAC

Text Example


Text Example

White with #003EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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