#0D3475

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

Shades of Sapphire #0D3475

Tints of Sapphire #0D3475

Color information

#0D3475 (or 0x0D3475) is unknown color: approx Sapphire. HEX triplet: 0D, 34 and 75. RGB value is (13,52,117). Sum of RGB (Red+Green+Blue) = 13+52+117=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D3475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3475 is #F2CB8A. Grayscale: #2F2F2F. Windows color (decimal): -15911819 or 7681037. OLE color: 7681037.

HSL color Cylindrical-coordinate representation of color #0D3475: hue angle of 217.5º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D3475 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1352117-
CMYK0.890.5600.54
HSL217.5º80%25.49%-
HSV(B)217.5º88.89%45.88%-
XYZ4.63.8317.33-
YUV47.75167.08103.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.14%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 117 (46.09% from 255) = 64.29%
R=7.14%
G=28.57%
B=64.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13521170.890.5600.54217.58025.49
HexD34755938036da5019
Octal15641651317006633212031
Binary110111010011101011011001111000011011011011010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,52,117); }

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

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

 a { background-color: rgb(13,52,117); }

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

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

 span { border-color: rgb(13,52,117); }

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