Html Css Color HEX #091653 Sapphire

📋 copy color: '#091653'

red 9 ◦ green 22 ◦ blue 83

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

Shades of Sapphire #091653

Tints of Sapphire #091653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.3%

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

R = 7.89%
G = 19.3%
B = 72.81%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#091653 (or 0x091653) is known color: Sapphire. HEX triplet: 09, 16 and 53. RGB value is (9,22,83). Sum of RGB (Red+Green+Blue) = 9+22+83=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 83 (32.81% from 255 or 72.81% from 114); Max value from RGB is 83 - color contains mainly: blue. Hex color #091653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091653 is #F6E9AC. Grayscale: #181818. Windows color (decimal): -16181677 or 5445129. OLE color: 5445129.

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

Color convert

RGB 9 22 83 -
CMYK 0.89 0.73 0 0.67
HSL 229.46º 0.8% 0.18% -
HSV(B) 229.46º 0.89% 0.33% -
XYZ 1.96 1.26 8.32 -
YUV 25.07 160.69 116.54 -
System Red Green Blue C M Y K H S L
Decimal 9 22 83 0.89 0.73 0 0.67 229.46 0.8 0.18
Hex 9 16 53 59 49 0 43 E5 50 12
Octal 11 26 123 131 111 0 103 345 120 22
Binary 1001 10110 1010011 1011001 1001001 0 1000011 11100101 1010000 10010

Color Harmonies of #091653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091653

Black with #091653

Text Example


Text Example

White with #091653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091653; }

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

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

background-color css

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

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

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

border-color css

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

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

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