#0D266B

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

Shades of Sapphire #0D266B

Tints of Sapphire #0D266B

Color information

#0D266B (or 0x0D266B) is unknown color: approx Sapphire. HEX triplet: 0D, 26 and 6B. RGB value is (13,38,107). Sum of RGB (Red+Green+Blue) = 13+38+107=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D266B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D266B is #F2D994. Grayscale: #262626. Windows color (decimal): -15915413 or 7022093. OLE color: 7022093.

HSL color Cylindrical-coordinate representation of color #0D266B: hue angle of 224.04º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D266B is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1338107-
CMYK0.880.6400.58
HSL224.04º78.33%23.53%-
HSV(B)224.04º87.85%41.96%-
XYZ3.512.5314.21-
YUV38.39166.72109.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.23%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 107 (42.19% from 255) = 67.72%
R=8.23%
G=24.05%
B=67.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13381070.880.6400.58224.0478.3323.53
HexD266B584003Ae04e18
Octal154615313010007234011630
Binary1101100110110101110110001000000011101011100000100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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