#0D1451

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

Shades of Sapphire #0D1451

Tints of Sapphire #0D1451

Color information

#0D1451 (or 0x0D1451) is unknown color: approx Sapphire. HEX triplet: 0D, 14 and 51. RGB value is (13,20,81). Sum of RGB (Red+Green+Blue) = 13+20+81=114 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.40% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 81 (32.03% from 255 or 71.05% from 114); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D1451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1451 is #F2EBAE. Grayscale: #181818. Windows color (decimal): -15920047 or 5313549. OLE color: 5313549.

HSL color Cylindrical-coordinate representation of color #0D1451: hue angle of 233.82º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D1451 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB132081-
CMYK0.840.7500.68
HSL233.82º72.34%18.43%-
HSV(B)233.82º83.95%31.76%-
XYZ1.91.187.91-
YUV24.86159.68119.54-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.40%
GREEN value IS 20 (8.20% from 255) = 17.54%
BLUE value IS 81 (32.03% from 255) = 71.05%
R=11.40%
G=17.54%
B=71.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1320810.840.7500.68233.8272.3418.43
HexD1451544B044ea4812
Octal1524121124113010435211022
Binary1101101001010001101010010010110100010011101010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,20,81); }

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

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

 a { background-color: rgb(13,20,81); }

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

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

 span { border-color: rgb(13,20,81); }

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