Html Css Color HEX #093070 Sapphire

📋 copy color: '#093070'

red 9 ◦ green 48 ◦ blue 112

#093070
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #093070

Tints of Sapphire #093070

RGB

 RED value IS 9 (3.91% from 255) = 5.33%

 GREEN value IS 48 (19.14% from 255) = 28.4%

 BLUE value IS 112 (44.14% from 255) = 66.27%

R = 5.33%
G = 28.4%
B = 66.27%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#093070 (or 0x093070) is known color: 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

RGB 9 48 112 -
CMYK 0.92 0.57 0 0.56
HSL 217.28º 0.85% 0.24% -
HSV(B) 217.28º 0.92% 0.44% -
XYZ 4.09 3.34 15.76 -
YUV 43.64 166.58 103.3 -
System Red Green Blue C M Y K H S L
Decimal 9 48 112 0.92 0.57 0 0.56 217.28 0.85 0.24
Hex 9 30 70 5C 39 0 38 D9 55 18
Octal 11 60 160 134 71 0 70 331 125 30
Binary 1001 110000 1110000 1011100 111001 0 111000 11011001 1010101 11000

Color Harmonies of #093070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093070

Black with #093070

Text Example


Text Example

White with #093070

Text Example


Text Example

HTML Codes & Css Web 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>