Html Css Color HEX #091452 Sapphire

📋 copy color: '#091452'

red 9 ◦ green 20 ◦ blue 82

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

Shades of Sapphire #091452

Tints of Sapphire #091452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.02%

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

R = 8.11%
G = 18.02%
B = 73.87%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#091452 (or 0x091452) is known color: Sapphire. HEX triplet: 09, 14 and 52. RGB value is (9,20,82). Sum of RGB (Red+Green+Blue) = 9+20+82=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 82 (32.42% from 255 or 73.87% from 111); Max value from RGB is 82 - color contains mainly: blue. Hex color #091452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091452 is #F6EBAD. Grayscale: #171717. Windows color (decimal): -16182190 or 5379081. OLE color: 5379081.

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

Color convert

RGB 9 20 82 -
CMYK 0.89 0.76 0 0.68
HSL 230.96º 0.8% 0.18% -
HSV(B) 230.96º 0.89% 0.32% -
XYZ 1.89 1.17 8.11 -
YUV 23.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 9 20 82 0.89 0.76 0 0.68 230.96 0.8 0.18
Hex 9 14 52 59 4C 0 44 E7 50 12
Octal 11 24 122 131 114 0 104 347 120 22
Binary 1001 10100 1010010 1011001 1001100 0 1000100 11100111 1010000 10010

Color Harmonies of #091452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091452

Black with #091452

Text Example


Text Example

White with #091452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091452; }

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

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

background-color css

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

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

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

border-color css

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

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

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