#0d285b

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

Shades of Sapphire #0D285B

Tints of Sapphire #0D285B

Color information

#0D285B (or 0x0D285B) is unknown color: approx Sapphire. HEX triplet: 0D, 28 and 5B. RGB value is (13,40,91). Sum of RGB (Red+Green+Blue) = 13+40+91=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D285B is #F2D7A4. Grayscale: #252525. Windows color (decimal): -15914917 or 5974029. OLE color: 5974029.

HSL color Cylindrical-coordinate representation of color #0D285B: hue angle of 219.23º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D285B is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB134091-
CMYK0.860.5600.64
HSL219.23º75%20.39%-
HSV(B)219.23º85.71%35.69%-
XYZ2.812.3610.2-
YUV37.74158.05110.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.03%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 91 (35.94% from 255) = 63.19%
R=9.03%
G=27.78%
B=63.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1340910.860.5600.64219.237520.39
HexD285B5638040db4b14
Octal155013312670010033311324
Binary1101101000101101110101101110000100000011011011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d285b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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