Html Css Color HEX #063EAC Cobalt

📋 copy color: '#063EAC'

red 6 ◦ green 62 ◦ blue 172

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

Shades of Cobalt #063EAC

Tints of Cobalt #063EAC

RGB

 RED value IS 6 (2.73% from 255) = 2.5%

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

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

R = 2.5%
G = 25.83%
B = 71.67%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#063EAC (or 0x063EAC) is known color: Cobalt. HEX triplet: 06, 3E and AC. RGB value is (6,62,172). Sum of RGB (Red+Green+Blue) = 6+62+172=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #063EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063EAC is #F9C153. Grayscale: #393939. Windows color (decimal): -16367956 or 11288070. OLE color: 11288070.

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

Color convert

RGB 6 62 172 -
CMYK 0.97 0.64 0 0.33
HSL 219.76º 0.93% 0.35% -
HSV(B) 219.76º 0.97% 0.67% -
XYZ 9.24 6.46 39.79 -
YUV 57.8 192.45 91.06 -
System Red Green Blue C M Y K H S L
Decimal 6 62 172 0.97 0.64 0 0.33 219.76 0.93 0.35
Hex 6 3E AC 61 40 0 21 DC 5D 23
Octal 6 76 254 141 100 0 41 334 135 43
Binary 110 111110 10101100 1100001 1000000 0 100001 11011100 1011101 100011

Color Harmonies of #063EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EAC

Black with #063EAC

Text Example


Text Example

White with #063EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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