#0F235D

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

Shades of Sapphire #0F235D

Tints of Sapphire #0F235D

Color information

#0F235D (or 0x0F235D) is unknown color: approx Sapphire. HEX triplet: 0F, 23 and 5D. RGB value is (15,35,93). Sum of RGB (Red+Green+Blue) = 15+35+93=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #0F235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F235D is #F0DCA2. Grayscale: #232323. Windows color (decimal): -15785123 or 6103823. OLE color: 6103823.

HSL color Cylindrical-coordinate representation of color #0F235D: hue angle of 224.62º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F235D is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB153593-
CMYK0.840.6200.64
HSL224.62º72.22%21.18%-
HSV(B)224.62º83.87%36.47%-
XYZ2.772.0910.61-
YUV35.63160.37113.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.49%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 93 (36.72% from 255) = 65.03%
R=10.49%
G=24.48%
B=65.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1535930.840.6200.64224.6272.2221.18
HexF235D543E040e14815
Octal174313512476010034111025
Binary1111100011101110110101001111100100000011100001100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,35,93); }

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

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

 a { background-color: rgb(15,35,93); }

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

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

 span { border-color: rgb(15,35,93); }

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