#063EBB

Color #063EBB Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #063EBB

Tints of Cobalt #063EBB

Color information

#063EBB (or 0x063EBB) is unknown color: approx Cobalt. HEX triplet: 06, 3E and BB. RGB value is (6,62,187). Sum of RGB (Red+Green+Blue) = 6+62+187=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 187 (73.44% from 255 or 73.33% from 255); Max value from RGB is 187 - color contains mainly: blue. Hex color #063EBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EBB is #F9C144. Grayscale: #3A3A3A. Windows color (decimal): -16367941 or 12271110. OLE color: 12271110.

HSL color Cylindrical-coordinate representation of color #063EBB: hue angle of 221.44º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063EBB is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB662187-
CMYK0.970.6700.27
HSL221.44º93.78%37.84%-
HSV(B)221.44º96.79%73.33%-
XYZ10.777.0747.81-
YUV59.51199.9589.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.35%
GREEN value IS 62 (24.61% from 255) = 24.31%
BLUE value IS 187 (73.44% from 255) = 73.33%
R=2.35%
G=24.31%
B=73.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6621870.970.6700.27221.4493.7837.84
Hex63EBB614301Bdd5e26
Octal67627314110303333513646
Binary1101111101011101111000011000011011011110111011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #063EBB;
 }
 .AnyTagClassName
 {
   color: #063EBB;
 }
</style>
background-color css

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

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

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

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

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

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