Html Css Color HEX #091353 Sapphire

📋 copy color: '#091353'

red 9 ◦ green 19 ◦ blue 83

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

Shades of Sapphire #091353

Tints of Sapphire #091353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 74.77%

R = 8.11%
G = 17.12%
B = 74.77%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#091353 (or 0x091353) is known color: Sapphire. HEX triplet: 09, 13 and 53. RGB value is (9,19,83). Sum of RGB (Red+Green+Blue) = 9+19+83=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #091353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091353 is #F6ECAC. Grayscale: #171717. Windows color (decimal): -16182445 or 5444361. OLE color: 5444361.

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

Color convert

RGB 9 19 83 -
CMYK 0.89 0.77 0 0.67
HSL 231.89º 0.8% 0.18% -
HSV(B) 231.89º 0.89% 0.33% -
XYZ 1.91 1.15 8.3 -
YUV 23.31 161.69 117.8 -
System Red Green Blue C M Y K H S L
Decimal 9 19 83 0.89 0.77 0 0.67 231.89 0.8 0.18
Hex 9 13 53 59 4D 0 43 E8 50 12
Octal 11 23 123 131 115 0 103 350 120 22
Binary 1001 10011 1010011 1011001 1001101 0 1000011 11101000 1010000 10010

Color Harmonies of #091353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091353

Black with #091353

Text Example


Text Example

White with #091353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091353; }

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

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

background-color css

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

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

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

border-color css

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

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

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