#063CBC

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

Shades of Cobalt #063CBC

Tints of Cobalt #063CBC

Color information

#063CBC (or 0x063CBC) is unknown color: approx Cobalt. HEX triplet: 06, 3C and BC. RGB value is (6,60,188). Sum of RGB (Red+Green+Blue) = 6+60+188=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #063CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CBC is #F9C343. Grayscale: #393939. Windows color (decimal): -16368452 or 12336134. OLE color: 12336134.

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

Color convert

RGB660188-
CMYK0.970.6800.26
HSL222.2º93.81%38.04%-
HSV(B)222.2º96.81%73.73%-
XYZ10.776.948.34-
YUV58.45201.1190.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.36%
GREEN value IS 60 (23.83% from 255) = 23.62%
BLUE value IS 188 (73.83% from 255) = 74.02%
R=2.36%
G=23.62%
B=74.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6601880.970.6800.26222.293.8138.04
Hex63CBC614401Ade5e26
Octal67427414110403233613646
Binary1101111001011110011000011000100011010110111101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,60,188); }

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

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

 a { background-color: rgb(6,60,188); }

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

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

 span { border-color: rgb(6,60,188); }

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