Html Css Color HEX #091352 Sapphire

📋 copy color: '#091352'

red 9 ◦ green 19 ◦ blue 82

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

Shades of Sapphire #091352

Tints of Sapphire #091352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.27%

 BLUE value IS 82 (32.42% from 255) = 74.55%

R = 8.18%
G = 17.27%
B = 74.55%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#091352 (or 0x091352) is known color: Sapphire. HEX triplet: 09, 13 and 52. RGB value is (9,19,82). Sum of RGB (Red+Green+Blue) = 9+19+82=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 82 (32.42% from 255 or 74.55% from 110); Max value from RGB is 82 - color contains mainly: blue. Hex color #091352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091352 is #F6ECAD. Grayscale: #161616. Windows color (decimal): -16182446 or 5378825. OLE color: 5378825.

HSL color Cylindrical-coordinate representation of color #091352: hue angle of 231.78º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091352 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 19 82 -
CMYK 0.89 0.77 0 0.68
HSL 231.78º 0.8% 0.18% -
HSV(B) 231.78º 0.89% 0.32% -
XYZ 1.87 1.13 8.1 -
YUV 23.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 9 19 82 0.89 0.77 0 0.68 231.78 0.8 0.18
Hex 9 13 52 59 4D 0 44 E8 50 12
Octal 11 23 122 131 115 0 104 350 120 22
Binary 1001 10011 1010010 1011001 1001101 0 1000100 11101000 1010000 10010

Color Harmonies of #091352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091352

Black with #091352

Text Example


Text Example

White with #091352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091352; }

 p { color: rgb(9,19,82); }

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

background-color css

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

 a { background-color: rgb(9,19,82); }

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

border-color css

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

 span { border-color: rgb(9,19,82); }

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