#063EA7

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

Shades of Cobalt #063EA7

Tints of Cobalt #063EA7

Color information

#063EA7 (or 0x063EA7) is unknown color: approx Cobalt. HEX triplet: 06, 3E and A7. RGB value is (6,62,167). Sum of RGB (Red+Green+Blue) = 6+62+167=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 167 (65.62% from 255 or 71.06% from 235); Max value from RGB is 167 - color contains mainly: blue. Hex color #063EA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063EA7 is #F9C158. Grayscale: #383838. Windows color (decimal): -16367961 or 10960390. OLE color: 10960390.

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

Color convert

RGB662167-
CMYK0.960.6300.35
HSL219.13º93.06%33.92%-
HSV(B)219.13º96.41%65.49%-
XYZ8.776.2737.31-
YUV57.23189.9591.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.55%
GREEN value IS 62 (24.61% from 255) = 26.38%
BLUE value IS 167 (65.62% from 255) = 71.06%
R=2.55%
G=26.38%
B=71.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6621670.960.6300.35219.1393.0633.92
Hex63EA7603F023db5d22
Octal6762471407704333313542
Binary1101111101010011111000001111110100011110110111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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