#0D2652

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

Shades of Sapphire #0D2652

Tints of Sapphire #0D2652

Color information

#0D2652 (or 0x0D2652) is unknown color: approx Sapphire. HEX triplet: 0D, 26 and 52. RGB value is (13,38,82). Sum of RGB (Red+Green+Blue) = 13+38+82=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #0D2652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2652 is #F2D9AD. Grayscale: #232323. Windows color (decimal): -15915438 or 5383693. OLE color: 5383693.

HSL color Cylindrical-coordinate representation of color #0D2652: hue angle of 218.26º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D2652 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB133882-
CMYK0.840.5400.68
HSL218.26º72.63%18.63%-
HSV(B)218.26º84.15%32.16%-
XYZ2.382.088.26-
YUV35.54154.22111.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.77%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 82 (32.42% from 255) = 61.65%
R=9.77%
G=28.57%
B=61.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1338820.840.5400.68218.2672.6318.63
HexD26525436044da4913
Octal154612212466010433211123
Binary1101100110101001010101001101100100010011011010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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