Html Css Color HEX #093076 Sapphire

📋 copy color: '#093076'

red 9 ◦ green 48 ◦ blue 118

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

Shades of Sapphire #093076

Tints of Sapphire #093076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 67.43%

R = 5.14%
G = 27.43%
B = 67.43%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#093076 (or 0x093076) is known color: Sapphire. HEX triplet: 09, 30 and 76. RGB value is (9,48,118). Sum of RGB (Red+Green+Blue) = 9+48+118=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 118 (46.48% from 255 or 67.43% from 175); Max value from RGB is 118 - color contains mainly: blue. Hex color #093076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093076 is #F6CF89. Grayscale: #2C2C2C. Windows color (decimal): -16174986 or 7745545. OLE color: 7745545.

HSL color Cylindrical-coordinate representation of color #093076: hue angle of 218.53º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093076 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 48 118 -
CMYK 0.92 0.59 0 0.54
HSL 218.53º 0.86% 0.25% -
HSV(B) 218.53º 0.92% 0.46% -
XYZ 4.44 3.48 17.58 -
YUV 44.32 169.58 102.81 -
System Red Green Blue C M Y K H S L
Decimal 9 48 118 0.92 0.59 0 0.54 218.53 0.86 0.25
Hex 9 30 76 5C 3B 0 36 DB 56 19
Octal 11 60 166 134 73 0 66 333 126 31
Binary 1001 110000 1110110 1011100 111011 0 110110 11011011 1010110 11001

Color Harmonies of #093076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093076

Black with #093076

Text Example


Text Example

White with #093076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093076; }

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

 H1.HeaderClassName
 {
   color: #093076;
 }
 .AnyTagClassName
 {
   color: #093076;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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