Html Css Color HEX #093178 Sapphire

📋 copy color: '#093178'

red 9 ◦ green 49 ◦ blue 120

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

Shades of Sapphire #093178

Tints of Sapphire #093178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.53%

 BLUE value IS 120 (47.27% from 255) = 67.42%

R = 5.06%
G = 27.53%
B = 67.42%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#093178 (or 0x093178) is known color: Sapphire. HEX triplet: 09, 31 and 78. RGB value is (9,49,120). Sum of RGB (Red+Green+Blue) = 9+49+120=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #093178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093178 is #F6CE87. Grayscale: #2C2C2C. Windows color (decimal): -16174728 or 7876873. OLE color: 7876873.

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

Color convert

RGB 9 49 120 -
CMYK 0.92 0.59 0 0.53
HSL 218.38º 0.86% 0.25% -
HSV(B) 218.38º 0.93% 0.47% -
XYZ 4.6 3.61 18.22 -
YUV 45.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 9 49 120 0.92 0.59 0 0.53 218.38 0.86 0.25
Hex 9 31 78 5C 3B 0 35 DA 56 19
Octal 11 61 170 134 73 0 65 332 126 31
Binary 1001 110001 1111000 1011100 111011 0 110101 11011010 1010110 11001

Color Harmonies of #093178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093178

Black with #093178

Text Example


Text Example

White with #093178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093178; }

 p { color: rgb(9,49,120); }

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

background-color css

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

 a { background-color: rgb(9,49,120); }

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

border-color css

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

 span { border-color: rgb(9,49,120); }

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