#093070

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

Shades of Sapphire #093070

Tints of Sapphire #093070

Color information

#093070 (or 0x093070) is unknown color: approx Sapphire. HEX triplet: 09, 30 and 70. RGB value is (9,48,112). Sum of RGB (Red+Green+Blue) = 9+48+112=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #093070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093070 is #F6CF8F. Grayscale: #2B2B2B. Windows color (decimal): -16174992 or 7352329. OLE color: 7352329.

HSL color Cylindrical-coordinate representation of color #093070: hue angle of 217.28º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093070 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB948112-
CMYK0.920.5700.56
HSL217.28º85.12%23.73%-
HSV(B)217.28º91.96%43.92%-
XYZ4.093.3415.76-
YUV43.64166.58103.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.33%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 112 (44.14% from 255) = 66.27%
R=5.33%
G=28.40%
B=66.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9481120.920.5700.56217.2885.1223.73
Hex930705C39038d95518
Octal11601601347107033112530
Binary100111000011100001011100111001011100011011001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093070; }

 p { color: rgb(9,48,112); }

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

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

 a { background-color: rgb(9,48,112); }

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

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

 span { border-color: rgb(9,48,112); }

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