#0D294F

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

Shades of Sapphire #0D294F

Tints of Sapphire #0D294F

Color information

#0D294F (or 0x0D294F) is unknown color: approx Sapphire. HEX triplet: 0D, 29 and 4F. RGB value is (13,41,79). Sum of RGB (Red+Green+Blue) = 13+41+79=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D294F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D294F is #F2D6B0. Grayscale: #242424. Windows color (decimal): -15914673 or 5187853. OLE color: 5187853.

HSL color Cylindrical-coordinate representation of color #0D294F: hue angle of 214.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 #0D294F is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB134179-
CMYK0.840.4800.69
HSL214.55º71.74%18.04%-
HSV(B)214.55º83.54%30.98%-
XYZ2.372.247.7-
YUV36.96151.72110.91-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.77%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 79 (31.25% from 255) = 59.40%
R=9.77%
G=30.83%
B=59.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1341790.840.4800.69214.5571.7418.04
HexD294F5430045d74812
Octal155111712460010532711022
Binary1101101001100111110101001100000100010111010111100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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