#0A2853

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

Shades of Sapphire #0A2853

Tints of Sapphire #0A2853

Color information

#0A2853 (or 0x0A2853) is unknown color: approx Sapphire. HEX triplet: 0A, 28 and 53. RGB value is (10,40,83). Sum of RGB (Red+Green+Blue) = 10+40+83=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A2853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2853 is #F5D7AC. Grayscale: #232323. Windows color (decimal): -16111533 or 5449738. OLE color: 5449738.

HSL color Cylindrical-coordinate representation of color #0A2853: hue angle of 215.34º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A2853 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB104083-
CMYK0.880.5200.67
HSL215.34º78.49%18.24%-
HSV(B)215.34º87.95%32.55%-
XYZ2.452.218.48-
YUV35.93154.56109.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.52%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 83 (32.81% from 255) = 62.41%
R=7.52%
G=30.08%
B=62.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1040830.880.5200.67215.3478.4918.24
HexA28535834043d74e12
Octal125012313064010332711622
Binary1010101000101001110110001101000100001111010111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,40,83); }

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

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

 a { background-color: rgb(10,40,83); }

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

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

 span { border-color: rgb(10,40,83); }

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