#0D165B

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

Shades of Sapphire #0D165B

Tints of Sapphire #0D165B

Color information

#0D165B (or 0x0D165B) is unknown color: approx Sapphire. HEX triplet: 0D, 16 and 5B. RGB value is (13,22,91). Sum of RGB (Red+Green+Blue) = 13+22+91=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 91 (35.94% from 255 or 72.22% from 126); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D165B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D165B is #F2E9A4. Grayscale: #1A1A1A. Windows color (decimal): -15919525 or 5969421. OLE color: 5969421.

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

Color convert

RGB132291-
CMYK0.860.7600.64
HSL233.08º75%20.39%-
HSV(B)233.08º85.71%35.69%-
XYZ2.341.4110.05-
YUV27.17164.02117.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.32%
GREEN value IS 22 (8.98% from 255) = 17.46%
BLUE value IS 91 (35.94% from 255) = 72.22%
R=10.32%
G=17.46%
B=72.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1322910.860.7600.64233.087520.39
HexD165B564C040e94b14
Octal1526133126114010035111324
Binary1101101101011011101011010011000100000011101001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,22,91); }

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

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

 a { background-color: rgb(13,22,91); }

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

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

 span { border-color: rgb(13,22,91); }

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