Html Css Color HEX #093072 Sapphire

📋 copy color: '#093072'

red 9 ◦ green 48 ◦ blue 114

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

Shades of Sapphire #093072

Tints of Sapphire #093072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 66.67%

R = 5.26%
G = 28.07%
B = 66.67%

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

#093072 (or 0x093072) is known color: Sapphire. HEX triplet: 09, 30 and 72. RGB value is (9,48,114). Sum of RGB (Red+Green+Blue) = 9+48+114=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #093072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093072 is #F6CF8D. Grayscale: #2B2B2B. Windows color (decimal): -16174990 or 7483401. OLE color: 7483401.

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

Color convert

RGB 9 48 114 -
CMYK 0.92 0.58 0 0.55
HSL 217.71º 0.85% 0.24% -
HSV(B) 217.71º 0.92% 0.45% -
XYZ 4.21 3.39 16.35 -
YUV 43.86 167.58 103.13 -
System Red Green Blue C M Y K H S L
Decimal 9 48 114 0.92 0.58 0 0.55 217.71 0.85 0.24
Hex 9 30 72 5C 3A 0 37 DA 55 18
Octal 11 60 162 134 72 0 67 332 125 30
Binary 1001 110000 1110010 1011100 111010 0 110111 11011010 1010101 11000

Color Harmonies of #093072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093072

Black with #093072

Text Example


Text Example

White with #093072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093072; }

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

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

background-color css

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

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

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

border-color css

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

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

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