#000D5B

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

Shades of Sapphire #000D5B

Tints of Sapphire #000D5B

Color information

#000D5B (or 0x000D5B) is unknown color: approx Sapphire. HEX triplet: 00, 0D and 5B. RGB value is (0,13,91). Sum of RGB (Red+Green+Blue) = 0+13+91=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 91 (35.94% from 255 or 87.5% from 104); Max value from RGB is 91 - color contains mainly: blue. Hex color #000D5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D5B is #FFF2A4. Grayscale: #111111. Windows color (decimal): -16773797 or 5967104. OLE color: 5967104.

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

Color convert

RGB01391-
CMYK10.8600.64
HSL231.43º100%17.84%-
HSV(B)231.43º100%35.69%-
XYZ2.031.049.99-
YUV18169.19115.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 12.5%
BLUE value IS 91 (35.94% from 255) = 87.5%
R=0%
G=12.5%
B=87.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0139110.8600.64231.4310017.84
Hex0D5B6456040e76412
Octal015133144126010034714422
Binary011011011011110010010101100100000011100111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000D5B; }

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

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

<style>
 a { background-color: #000D5B; }

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

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

<style>
 span { border-color: #000D5B; }

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

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