Html Css Color HEX #093175 Sapphire

📋 copy color: '#093175'

red 9 ◦ green 49 ◦ blue 117

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

Shades of Sapphire #093175

Tints of Sapphire #093175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 66.86%

R = 5.14%
G = 28%
B = 66.86%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#093175 (or 0x093175) is known color: Sapphire. HEX triplet: 09, 31 and 75. RGB value is (9,49,117). Sum of RGB (Red+Green+Blue) = 9+49+117=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #093175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093175 is #F6CE8A. Grayscale: #2C2C2C. Windows color (decimal): -16174731 or 7680265. OLE color: 7680265.

HSL color Cylindrical-coordinate representation of color #093175: hue angle of 217.78º 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 #093175 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 49 117 -
CMYK 0.92 0.58 0 0.54
HSL 217.78º 0.86% 0.25% -
HSV(B) 217.78º 0.92% 0.46% -
XYZ 4.42 3.54 17.28 -
YUV 44.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 9 49 117 0.92 0.58 0 0.54 217.78 0.86 0.25
Hex 9 31 75 5C 3A 0 36 DA 56 19
Octal 11 61 165 134 72 0 66 332 126 31
Binary 1001 110001 1110101 1011100 111010 0 110110 11011010 1010110 11001

Color Harmonies of #093175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093175

Black with #093175

Text Example


Text Example

White with #093175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093175; }

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

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

background-color css

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

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

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

border-color css

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

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

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