Html Css Color HEX #091753 Sapphire

📋 copy color: '#091753'

red 9 ◦ green 23 ◦ blue 83

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

Shades of Sapphire #091753

Tints of Sapphire #091753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20%

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

R = 7.83%
G = 20%
B = 72.17%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#091753 (or 0x091753) is known color: Sapphire. HEX triplet: 09, 17 and 53. RGB value is (9,23,83). Sum of RGB (Red+Green+Blue) = 9+23+83=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #091753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091753 is #F6E8AC. Grayscale: #191919. Windows color (decimal): -16181421 or 5445385. OLE color: 5445385.

HSL color Cylindrical-coordinate representation of color #091753: hue angle of 228.65º 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 #091753 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 23 83 -
CMYK 0.89 0.72 0 0.67
HSL 228.65º 0.8% 0.18% -
HSV(B) 228.65º 0.89% 0.33% -
XYZ 1.98 1.3 8.33 -
YUV 25.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 9 23 83 0.89 0.72 0 0.67 228.65 0.8 0.18
Hex 9 17 53 59 48 0 43 E5 50 12
Octal 11 27 123 131 110 0 103 345 120 22
Binary 1001 10111 1010011 1011001 1001000 0 1000011 11100101 1010000 10010

Color Harmonies of #091753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091753

Black with #091753

Text Example


Text Example

White with #091753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091753; }

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

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

background-color css

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

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

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

border-color css

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

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

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