#0D254F

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

Shades of Sapphire #0D254F

Tints of Sapphire #0D254F

Color information

#0D254F (or 0x0D254F) is unknown color: approx Sapphire. HEX triplet: 0D, 25 and 4F. RGB value is (13,37,79). Sum of RGB (Red+Green+Blue) = 13+37+79=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 79 (31.25% from 255 or 61.24% from 129); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D254F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D254F is #F2DAB0. Grayscale: #222222. Windows color (decimal): -15915697 or 5186829. OLE color: 5186829.

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

Color convert

RGB133779-
CMYK0.840.5300.69
HSL218.18º71.74%18.04%-
HSV(B)218.18º83.54%30.98%-
XYZ2.241.977.66-
YUV34.61153.05112.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.08%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 79 (31.25% from 255) = 61.24%
R=10.08%
G=28.68%
B=61.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1337790.840.5300.69218.1871.7418.04
HexD254F5435045da4812
Octal154511712465010533211022
Binary1101100101100111110101001101010100010111011010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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