#0C2E7C

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

Shades of Sapphire #0C2E7C

Tints of Sapphire #0C2E7C

Color information

#0C2E7C (or 0x0C2E7C) is unknown color: approx Sapphire. HEX triplet: 0C, 2E and 7C. RGB value is (12,46,124). Sum of RGB (Red+Green+Blue) = 12+46+124=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 124 (48.83% from 255 or 68.13% from 182); Max value from RGB is 124 - color contains mainly: blue. Hex color #0C2E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2E7C is #F3D183. Grayscale: #2C2C2C. Windows color (decimal): -15978884 or 8138252. OLE color: 8138252.

HSL color Cylindrical-coordinate representation of color #0C2E7C: hue angle of 221.79º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C2E7C is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1246124-
CMYK0.900.6300.51
HSL221.79º82.35%26.67%-
HSV(B)221.79º90.32%48.63%-
XYZ4.773.4919.49-
YUV44.73172.74104.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.59%
GREEN value IS 46 (18.36% from 255) = 25.27%
BLUE value IS 124 (48.83% from 255) = 68.13%
R=6.59%
G=25.27%
B=68.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12461240.900.6300.51221.7982.3526.67
HexC2E7C5A3F033de521b
Octal14561741327706333612233
Binary110010111011111001011010111111011001111011110101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,46,124); }

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

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

 a { background-color: rgb(12,46,124); }

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

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

 span { border-color: rgb(12,46,124); }

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