#0D2661

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

Shades of Sapphire #0D2661

Tints of Sapphire #0D2661

Color information

#0D2661 (or 0x0D2661) is unknown color: approx Sapphire. HEX triplet: 0D, 26 and 61. RGB value is (13,38,97). Sum of RGB (Red+Green+Blue) = 13+38+97=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 97 (38.28% from 255 or 65.54% from 148); Max value from RGB is 97 - color contains mainly: blue. Hex color #0D2661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2661 is #F2D99E. Grayscale: #242424. Windows color (decimal): -15915423 or 6366733. OLE color: 6366733.

HSL color Cylindrical-coordinate representation of color #0D2661: hue angle of 222.14º 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 #0D2661 is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB133897-
CMYK0.870.6100.62
HSL222.14º76.36%21.57%-
HSV(B)222.14º86.6%38.04%-
XYZ3.022.3311.6-
YUV37.25161.72110.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.78%
GREEN value IS 38 (15.23% from 255) = 25.68%
BLUE value IS 97 (38.28% from 255) = 65.54%
R=8.78%
G=25.68%
B=65.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1338970.870.6100.62222.1476.3621.57
HexD2661573D03Ede4c16
Octal15461411277507633611426
Binary110110011011000011010111111101011111011011110100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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