#0D2865

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

Shades of Sapphire #0D2865

Tints of Sapphire #0D2865

Color information

#0D2865 (or 0x0D2865) is unknown color: approx Sapphire. HEX triplet: 0D, 28 and 65. RGB value is (13,40,101). Sum of RGB (Red+Green+Blue) = 13+40+101=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 101 (39.84% from 255 or 65.58% from 154); Max value from RGB is 101 - color contains mainly: blue. Hex color #0D2865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2865 is #F2D79A. Grayscale: #262626. Windows color (decimal): -15914907 or 6629389. OLE color: 6629389.

HSL color Cylindrical-coordinate representation of color #0D2865: hue angle of 221.59º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D2865 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1340101-
CMYK0.870.6000.60
HSL221.59º77.19%22.35%-
HSV(B)221.59º87.13%39.61%-
XYZ3.272.5412.63-
YUV38.88163.05109.54-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.44%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 101 (39.84% from 255) = 65.58%
R=8.44%
G=25.97%
B=65.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal13401010.870.6000.60221.5977.1922.35
HexD2865573C03Cde4d16
Octal15501451277407433611526
Binary110110100011001011010111111100011110011011110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,40,101); }

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

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

 a { background-color: rgb(13,40,101); }

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

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

 span { border-color: rgb(13,40,101); }

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