Html Css Color HEX #091253 Sapphire

📋 copy color: '#091253'

red 9 ◦ green 18 ◦ blue 83

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

Shades of Sapphire #091253

Tints of Sapphire #091253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.36%

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

R = 8.18%
G = 16.36%
B = 75.45%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#091253 (or 0x091253) is known color: Sapphire. HEX triplet: 09, 12 and 53. RGB value is (9,18,83). Sum of RGB (Red+Green+Blue) = 9+18+83=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 83 (32.81% from 255 or 75.45% from 110); Max value from RGB is 83 - color contains mainly: blue. Hex color #091253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091253 is #F6EDAC. Grayscale: #161616. Windows color (decimal): -16182701 or 5444105. OLE color: 5444105.

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

Color convert

RGB 9 18 83 -
CMYK 0.89 0.78 0 0.67
HSL 232.7º 0.8% 0.18% -
HSV(B) 232.7º 0.89% 0.33% -
XYZ 1.89 1.12 8.3 -
YUV 22.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 9 18 83 0.89 0.78 0 0.67 232.7 0.8 0.18
Hex 9 12 53 59 4E 0 43 E9 50 12
Octal 11 22 123 131 116 0 103 351 120 22
Binary 1001 10010 1010011 1011001 1001110 0 1000011 11101001 1010000 10010

Color Harmonies of #091253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091253

Black with #091253

Text Example


Text Example

White with #091253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091253; }

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

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

background-color css

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

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

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

border-color css

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

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

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