#0D2482

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

Shades of Sapphire #0D2482

Tints of Sapphire #0D2482

Color information

#0D2482 (or 0x0D2482) is unknown color: approx Sapphire. HEX triplet: 0D, 24 and 82. RGB value is (13,36,130). Sum of RGB (Red+Green+Blue) = 13+36+130=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 130 (51.17% from 255 or 72.63% from 179); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D2482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2482 is #F2DB7D. Grayscale: #272727. Windows color (decimal): -15915902 or 8528909. OLE color: 8528909.

HSL color Cylindrical-coordinate representation of color #0D2482: hue angle of 228.21º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2482 is Cyan = 0.9, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1336130-
CMYK0.90.7200.49
HSL228.21º81.82%28.04%-
HSV(B)228.21º90%50.98%-
XYZ4.832.9621.44-
YUV39.84178.88108.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.26%
GREEN value IS 36 (14.45% from 255) = 20.11%
BLUE value IS 130 (51.17% from 255) = 72.63%
R=7.26%
G=20.11%
B=72.63%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13361300.90.7200.49228.2181.8228.04
HexD24825A48031e4521c
Octal154420213211006134412234
Binary11011001001000001010110101001000011000111100100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,36,130); }

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

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

 a { background-color: rgb(13,36,130); }

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

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

 span { border-color: rgb(13,36,130); }

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