#0D2461

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

Shades of Sapphire #0D2461

Tints of Sapphire #0D2461

Color information

#0D2461 (or 0x0D2461) is unknown color: approx Sapphire. HEX triplet: 0D, 24 and 61. RGB value is (13,36,97). Sum of RGB (Red+Green+Blue) = 13+36+97=146 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.90% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 97 (38.28% from 255 or 66.44% from 146); Max value from RGB is 97 - color contains mainly: blue. Hex color #0D2461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2461 is #F2DB9E. Grayscale: #232323. Windows color (decimal): -15915935 or 6366221. OLE color: 6366221.

HSL color Cylindrical-coordinate representation of color #0D2461: hue angle of 223.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D2461 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB133697-
CMYK0.870.6300.62
HSL223.57º76.36%21.57%-
HSV(B)223.57º86.6%38.04%-
XYZ2.952.2111.58-
YUV36.08162.38111.54-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.90%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 97 (38.28% from 255) = 66.44%
R=8.90%
G=24.66%
B=66.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1336970.870.6300.62223.5776.3621.57
HexD2461573F03Ee04c16
Octal15441411277707634011426
Binary110110010011000011010111111111011111011100000100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,36,97); }

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

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

 a { background-color: rgb(13,36,97); }

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

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

 span { border-color: rgb(13,36,97); }

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