Html Css Color HEX #091252 Sapphire

📋 copy color: '#091252'

red 9 ◦ green 18 ◦ blue 82

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

Shades of Sapphire #091252

Tints of Sapphire #091252

RGB

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

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

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

R = 8.26%
G = 16.51%
B = 75.23%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#091252 (or 0x091252) is known color: Sapphire. HEX triplet: 09, 12 and 52. RGB value is (9,18,82). Sum of RGB (Red+Green+Blue) = 9+18+82=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 82 (32.42% from 255 or 75.23% from 109); Max value from RGB is 82 - color contains mainly: blue. Hex color #091252 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091252 is #F6EDAD. Grayscale: #161616. Windows color (decimal): -16182702 or 5378569. OLE color: 5378569.

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

Color convert

RGB 9 18 82 -
CMYK 0.89 0.78 0 0.68
HSL 232.6º 0.8% 0.18% -
HSV(B) 232.6º 0.89% 0.32% -
XYZ 1.85 1.1 8.1 -
YUV 22.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 9 18 82 0.89 0.78 0 0.68 232.6 0.8 0.18
Hex 9 12 52 59 4E 0 44 E9 50 12
Octal 11 22 122 131 116 0 104 351 120 22
Binary 1001 10010 1010010 1011001 1001110 0 1000100 11101001 1010000 10010

Color Harmonies of #091252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091252

Black with #091252

Text Example


Text Example

White with #091252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091252; }

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

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

background-color css

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

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

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

border-color css

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

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

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