#0D265D

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

Shades of Sapphire #0D265D

Tints of Sapphire #0D265D

Color information

#0D265D (or 0x0D265D) is unknown color: approx Sapphire. HEX triplet: 0D, 26 and 5D. RGB value is (13,38,93). Sum of RGB (Red+Green+Blue) = 13+38+93=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #0D265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D265D is #F2D9A2. Grayscale: #242424. Windows color (decimal): -15915427 or 6104589. OLE color: 6104589.

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

Color convert

RGB133893-
CMYK0.860.5900.64
HSL221.25º75.47%20.78%-
HSV(B)221.25º86.02%36.47%-
XYZ2.832.2610.64-
YUV36.8159.72111.03-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.03%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 93 (36.72% from 255) = 64.58%
R=9.03%
G=26.39%
B=64.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1338930.860.5900.64221.2575.4720.78
HexD265D563B040dd4b15
Octal154613512673010033511325
Binary1101100110101110110101101110110100000011011101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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