Html Css Color HEX #003EAA Cobalt

📋 copy color: '#003EAA'

red 0 ◦ green 62 ◦ blue 170

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

Shades of Cobalt #003EAA

Tints of Cobalt #003EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 73.28%

R = 0%
G = 26.72%
B = 73.28%

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

#003EAA (or 0x003EAA) is known color: Cobalt. HEX triplet: 00, 3E and AA. RGB value is (0,62,170). Sum of RGB (Red+Green+Blue) = 0+62+170=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #003EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003EAA is #FFC155. Grayscale: #373737. Windows color (decimal): -16761174 or 11156992. OLE color: 11156992.

HSL color Cylindrical-coordinate representation of color #003EAA: hue angle of 218.12º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003EAA is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 62 170 -
CMYK 1 0.64 0 0.33
HSL 218.12º 1% 0.33% -
HSV(B) 218.12º 1% 0.67% -
XYZ 8.98 6.35 38.78 -
YUV 55.77 192.46 88.22 -
System Red Green Blue C M Y K H S L
Decimal 0 62 170 1 0.64 0 0.33 218.12 1 0.33
Hex 0 3E AA 64 40 0 21 DA 64 21
Octal 0 76 252 144 100 0 41 332 144 41
Binary 0 111110 10101010 1100100 1000000 0 100001 11011010 1100100 100001

Color Harmonies of #003EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003EAA

Black with #003EAA

Text Example


Text Example

White with #003EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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