#0D3066

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

Shades of Sapphire #0D3066

Tints of Sapphire #0D3066

Color information

#0D3066 (or 0x0D3066) is unknown color: approx Sapphire. HEX triplet: 0D, 30 and 66. RGB value is (13,48,102). Sum of RGB (Red+Green+Blue) = 13+48+102=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 102 (40.23% from 255 or 62.58% from 163); Max value from RGB is 102 - color contains mainly: blue. Hex color #0D3066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3066 is #F2CF99. Grayscale: #2B2B2B. Windows color (decimal): -15912858 or 6696973. OLE color: 6696973.

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

Color convert

RGB1348102-
CMYK0.870.5300.6
HSL216.4º77.39%22.55%-
HSV(B)216.4º87.25%40%-
XYZ3.623.1612.99-
YUV43.69160.9106.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.98%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 102 (40.23% from 255) = 62.58%
R=7.98%
G=29.45%
B=62.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal13481020.870.5300.6216.477.3922.55
HexD3066573503Cd84d17
Octal15601461276507433011527
Binary110111000011001101010111110101011110011011000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,48,102); }

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

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

 a { background-color: rgb(13,48,102); }

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

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

 span { border-color: rgb(13,48,102); }

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