Html Css Color HEX #003EC0 Cobalt

📋 copy color: '#003EC0'

red 0 ◦ green 62 ◦ blue 192

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

Shades of Cobalt #003EC0

Tints of Cobalt #003EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 75.59%

R = 0%
G = 24.41%
B = 75.59%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#003EC0 (or 0x003EC0) is known color: Cobalt. HEX triplet: 00, 3E and C0. RGB value is (0,62,192). Sum of RGB (Red+Green+Blue) = 0+62+192=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 192 (75.39% from 255 or 75.59% from 254); Max value from RGB is 192 - color contains mainly: blue. Hex color #003EC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003EC0 is #FFC13F. Grayscale: #393939. Windows color (decimal): -16761152 or 12598784. OLE color: 12598784.

HSL color Cylindrical-coordinate representation of color #003EC0: hue angle of 220.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003EC0 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 62 192 -
CMYK 1 0.68 0 0.25
HSL 220.63º 1% 0.38% -
HSV(B) 220.63º 1% 0.75% -
XYZ 11.24 7.25 50.68 -
YUV 58.28 203.46 86.43 -
System Red Green Blue C M Y K H S L
Decimal 0 62 192 1 0.68 0 0.25 220.63 1 0.38
Hex 0 3E C0 64 44 0 19 DD 64 26
Octal 0 76 300 144 104 0 31 335 144 46
Binary 0 111110 11000000 1100100 1000100 0 11001 11011101 1100100 100110

Color Harmonies of #003EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003EC0

Black with #003EC0

Text Example


Text Example

White with #003EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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