#0C1D5B

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

Shades of Sapphire #0C1D5B

Tints of Sapphire #0C1D5B

Color information

#0C1D5B (or 0x0C1D5B) is unknown color: approx Sapphire. HEX triplet: 0C, 1D and 5B. RGB value is (12,29,91). Sum of RGB (Red+Green+Blue) = 12+29+91=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C1D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1D5B is #F3E2A4. Grayscale: #1E1E1E. Windows color (decimal): -15983269 or 5971212. OLE color: 5971212.

HSL color Cylindrical-coordinate representation of color #0C1D5B: hue angle of 227.09º 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 #0C1D5B is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB122991-
CMYK0.870.6800.64
HSL227.09º76.7%20.2%-
HSV(B)227.09º86.81%35.69%-
XYZ2.481.7110.1-
YUV30.98161.87114.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.09%
GREEN value IS 29 (11.72% from 255) = 21.97%
BLUE value IS 91 (35.94% from 255) = 68.94%
R=9.09%
G=21.97%
B=68.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1229910.870.6800.64227.0976.720.2
HexC1D5B5744040e34d14
Octal1435133127104010034311524
Binary1100111011011011101011110001000100000011100011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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