Html Css Color HEX #093073 Sapphire

📋 copy color: '#093073'

red 9 ◦ green 48 ◦ blue 115

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

Shades of Sapphire #093073

Tints of Sapphire #093073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 66.86%

R = 5.23%
G = 27.91%
B = 66.86%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#093073 (or 0x093073) is known color: Sapphire. HEX triplet: 09, 30 and 73. RGB value is (9,48,115). Sum of RGB (Red+Green+Blue) = 9+48+115=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #093073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093073 is #F6CF8C. Grayscale: #2B2B2B. Windows color (decimal): -16174989 or 7548937. OLE color: 7548937.

HSL color Cylindrical-coordinate representation of color #093073: hue angle of 217.92º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093073 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 48 115 -
CMYK 0.92 0.58 0 0.55
HSL 217.92º 0.85% 0.24% -
HSV(B) 217.92º 0.92% 0.45% -
XYZ 4.26 3.41 16.65 -
YUV 43.98 168.08 103.05 -
System Red Green Blue C M Y K H S L
Decimal 9 48 115 0.92 0.58 0 0.55 217.92 0.85 0.24
Hex 9 30 73 5C 3A 0 37 DA 55 18
Octal 11 60 163 134 72 0 67 332 125 30
Binary 1001 110000 1110011 1011100 111010 0 110111 11011010 1010101 11000

Color Harmonies of #093073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093073

Black with #093073

Text Example


Text Example

White with #093073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093073; }

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

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

background-color css

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

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

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

border-color css

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

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

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