#0c275b

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

Shades of Sapphire #0C275B

Tints of Sapphire #0C275B

Color information

#0C275B (or 0x0C275B) is unknown color: approx Sapphire. HEX triplet: 0C, 27 and 5B. RGB value is (12,39,91). Sum of RGB (Red+Green+Blue) = 12+39+91=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C275B is #F3D8A4. Grayscale: #242424. Windows color (decimal): -15980709 or 5973772. OLE color: 5973772.

HSL color Cylindrical-coordinate representation of color #0C275B: hue angle of 219.49º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C275B is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB123991-
CMYK0.870.5700.64
HSL219.49º76.7%20.2%-
HSV(B)219.49º86.81%35.69%-
XYZ2.772.2810.19-
YUV36.85158.55110.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.45%
GREEN value IS 39 (15.62% from 255) = 27.46%
BLUE value IS 91 (35.94% from 255) = 64.08%
R=8.45%
G=27.46%
B=64.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1239910.870.5700.64219.4976.720.2
HexC275B5739040db4d14
Octal144713312771010033311524
Binary1100100111101101110101111110010100000011011011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c275b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,39,91); }

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

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

 a { background-color: rgb(12,39,91); }

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

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

 span { border-color: rgb(12,39,91); }

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