#063DB8

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

Shades of Cobalt #063DB8

Tints of Cobalt #063DB8

Color information

#063DB8 (or 0x063DB8) is unknown color: approx Cobalt. HEX triplet: 06, 3D and B8. RGB value is (6,61,184). Sum of RGB (Red+Green+Blue) = 6+61+184=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 184 (72.27% from 255 or 73.31% from 251); Max value from RGB is 184 - color contains mainly: blue. Hex color #063DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063DB8 is #F9C247. Grayscale: #3A3A3A. Windows color (decimal): -16368200 or 12074246. OLE color: 12074246.

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

Color convert

RGB661184-
CMYK0.970.6700.28
HSL221.46º93.68%37.25%-
HSV(B)221.46º96.74%72.16%-
XYZ10.46.8446.12-
YUV58.58198.7890.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.39%
GREEN value IS 61 (24.22% from 255) = 24.30%
BLUE value IS 184 (72.27% from 255) = 73.31%
R=2.39%
G=24.30%
B=73.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6611840.970.6700.28221.4693.6837.25
Hex63DB8614301Cdd5e25
Octal67527014110303433513645
Binary1101111011011100011000011000011011100110111011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,61,184); }

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

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

 a { background-color: rgb(6,61,184); }

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

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

 span { border-color: rgb(6,61,184); }

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