Html Css Color HEX #063EAA Cobalt

📋 copy color: '#063EAA'

red 6 ◦ green 62 ◦ blue 170

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

Shades of Cobalt #063EAA

Tints of Cobalt #063EAA

RGB

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

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

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

R = 2.52%
G = 26.05%
B = 71.43%

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

#063EAA (or 0x063EAA) is known color: Cobalt. HEX triplet: 06, 3E and AA. RGB value is (6,62,170). Sum of RGB (Red+Green+Blue) = 6+62+170=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #063EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063EAA is #F9C155. Grayscale: #393939. Windows color (decimal): -16367958 or 11156998. OLE color: 11156998.

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

Color convert

RGB 6 62 170 -
CMYK 0.96 0.64 0 0.33
HSL 219.51º 0.93% 0.35% -
HSV(B) 219.51º 0.96% 0.67% -
XYZ 9.05 6.39 38.79 -
YUV 57.57 191.45 91.22 -
System Red Green Blue C M Y K H S L
Decimal 6 62 170 0.96 0.64 0 0.33 219.51 0.93 0.35
Hex 6 3E AA 60 40 0 21 DC 5D 23
Octal 6 76 252 140 100 0 41 334 135 43
Binary 110 111110 10101010 1100000 1000000 0 100001 11011100 1011101 100011

Color Harmonies of #063EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EAA

Black with #063EAA

Text Example


Text Example

White with #063EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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