#0D235D

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

Shades of Sapphire #0D235D

Tints of Sapphire #0D235D

Color information

#0D235D (or 0x0D235D) is unknown color: approx Sapphire. HEX triplet: 0D, 23 and 5D. RGB value is (13,35,93). Sum of RGB (Red+Green+Blue) = 13+35+93=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #0D235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D235D is #F2DCA2. Grayscale: #222222. Windows color (decimal): -15916195 or 6103821. OLE color: 6103821.

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

Color convert

RGB133593-
CMYK0.860.6200.64
HSL223.5º75.47%20.78%-
HSV(B)223.5º86.02%36.47%-
XYZ2.742.0810.61-
YUV35.03160.71112.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.22%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 93 (36.72% from 255) = 65.96%
R=9.22%
G=24.82%
B=65.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1335930.860.6200.64223.575.4720.78
HexD235D563E040e04b15
Octal154313512676010034011325
Binary1101100011101110110101101111100100000011100000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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