Html Css Color HEX #093075 Sapphire

📋 copy color: '#093075'

red 9 ◦ green 48 ◦ blue 117

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

Shades of Sapphire #093075

Tints of Sapphire #093075

RGB

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

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

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

R = 5.17%
G = 27.59%
B = 67.24%

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

#093075 (or 0x093075) is known color: Sapphire. HEX triplet: 09, 30 and 75. RGB value is (9,48,117). Sum of RGB (Red+Green+Blue) = 9+48+117=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #093075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093075 is #F6CF8A. Grayscale: #2B2B2B. Windows color (decimal): -16174987 or 7680009. OLE color: 7680009.

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

Color convert

RGB 9 48 117 -
CMYK 0.92 0.59 0 0.54
HSL 218.33º 0.86% 0.25% -
HSV(B) 218.33º 0.92% 0.46% -
XYZ 4.38 3.46 17.27 -
YUV 44.21 169.08 102.89 -
System Red Green Blue C M Y K H S L
Decimal 9 48 117 0.92 0.59 0 0.54 218.33 0.86 0.25
Hex 9 30 75 5C 3B 0 36 DA 56 19
Octal 11 60 165 134 73 0 66 332 126 31
Binary 1001 110000 1110101 1011100 111011 0 110110 11011010 1010110 11001

Color Harmonies of #093075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093075

Black with #093075

Text Example


Text Example

White with #093075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093075; }

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

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

background-color css

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

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

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

border-color css

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

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

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