#0C1A5B

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

Shades of Sapphire #0C1A5B

Tints of Sapphire #0C1A5B

Color information

#0C1A5B (or 0x0C1A5B) is unknown color: approx Sapphire. HEX triplet: 0C, 1A and 5B. RGB value is (12,26,91). Sum of RGB (Red+Green+Blue) = 12+26+91=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 91 (35.94% from 255 or 70.54% from 129); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C1A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1A5B is #F3E5A4. Grayscale: #1C1C1C. Windows color (decimal): -15984037 or 5970444. OLE color: 5970444.

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

Color convert

RGB122691-
CMYK0.870.7100.64
HSL229.37º76.7%20.2%-
HSV(B)229.37º86.81%35.69%-
XYZ2.411.5710.07-
YUV29.22162.86115.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.30%
GREEN value IS 26 (10.55% from 255) = 20.16%
BLUE value IS 91 (35.94% from 255) = 70.54%
R=9.30%
G=20.16%
B=70.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1226910.870.7100.64229.3776.720.2
HexC1A5B5747040e54d14
Octal1432133127107010034511524
Binary1100110101011011101011110001110100000011100101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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