Html Css Color HEX #063EAB Cobalt

📋 copy color: '#063EAB'

red 6 ◦ green 62 ◦ blue 171

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

Shades of Cobalt #063EAB

Tints of Cobalt #063EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 71.55%

R = 2.51%
G = 25.94%
B = 71.55%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#063EAB (or 0x063EAB) is known color: Cobalt. HEX triplet: 06, 3E and AB. RGB value is (6,62,171). Sum of RGB (Red+Green+Blue) = 6+62+171=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #063EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063EAB is #F9C154. Grayscale: #393939. Windows color (decimal): -16367957 or 11222534. OLE color: 11222534.

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

Color convert

RGB 6 62 171 -
CMYK 0.96 0.64 0 0.33
HSL 219.64º 0.93% 0.35% -
HSV(B) 219.64º 0.96% 0.67% -
XYZ 9.15 6.42 39.29 -
YUV 57.68 191.95 91.14 -
System Red Green Blue C M Y K H S L
Decimal 6 62 171 0.96 0.64 0 0.33 219.64 0.93 0.35
Hex 6 3E AB 60 40 0 21 DC 5D 23
Octal 6 76 253 140 100 0 41 334 135 43
Binary 110 111110 10101011 1100000 1000000 0 100001 11011100 1011101 100011

Color Harmonies of #063EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EAB

Black with #063EAB

Text Example


Text Example

White with #063EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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