#0C2663

Color #0C2663 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #0C2663

Tints of Sapphire #0C2663

Color information

#0C2663 (or 0x0C2663) is unknown color: approx Sapphire. HEX triplet: 0C, 26 and 63. RGB value is (12,38,99). Sum of RGB (Red+Green+Blue) = 12+38+99=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 99 (39.06% from 255 or 66.44% from 149); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C2663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2663 is #F3D99C. Grayscale: #242424. Windows color (decimal): -15980957 or 6497804. OLE color: 6497804.

HSL color Cylindrical-coordinate representation of color #0C2663: hue angle of 222.07º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C2663 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB123899-
CMYK0.880.6200.61
HSL222.07º78.38%21.76%-
HSV(B)222.07º87.88%38.82%-
XYZ3.12.3712.1-
YUV37.18162.89110.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.05%
GREEN value IS 38 (15.23% from 255) = 25.50%
BLUE value IS 99 (39.06% from 255) = 66.44%
R=8.05%
G=25.50%
B=66.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1238990.880.6200.61222.0778.3821.76
HexC2663583E03Dde4e16
Octal14461431307607533611626
Binary110010011011000111011000111110011110111011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C2663; }

 p { color: rgb(12,38,99); }

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

<style>
 a { background-color: #0C2663; }

 a { background-color: rgb(12,38,99); }

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

<style>
 span { border-color: #0C2663; }

 span { border-color: rgb(12,38,99); }

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