#0D134F

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

Shades of Sapphire #0D134F

Tints of Sapphire #0D134F

Color information

#0D134F (or 0x0D134F) is unknown color: approx Sapphire. HEX triplet: 0D, 13 and 4F. RGB value is (13,19,79). Sum of RGB (Red+Green+Blue) = 13+19+79=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 79 (31.25% from 255 or 71.17% from 111); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D134F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D134F is #F2ECB0. Grayscale: #171717. Windows color (decimal): -15920305 or 5182221. OLE color: 5182221.

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

Color convert

RGB131979-
CMYK0.840.7600.69
HSL234.55º71.74%18.04%-
HSV(B)234.55º83.54%30.98%-
XYZ1.811.127.52-
YUV24.05159.01120.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.71%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 79 (31.25% from 255) = 71.17%
R=11.71%
G=17.12%
B=71.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1319790.840.7600.69234.5571.7418.04
HexD134F544C045eb4812
Octal1523117124114010535311022
Binary1101100111001111101010010011000100010111101011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,19,79); }

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

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

 a { background-color: rgb(13,19,79); }

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

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

 span { border-color: rgb(13,19,79); }

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