Html Css Color HEX #091052 Sapphire

📋 copy color: '#091052'

red 9 ◦ green 16 ◦ blue 82

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

Shades of Sapphire #091052

Tints of Sapphire #091052

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.95%

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

R = 8.41%
G = 14.95%
B = 76.64%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#091052 (or 0x091052) is known color: Sapphire. HEX triplet: 09, 10 and 52. RGB value is (9,16,82). Sum of RGB (Red+Green+Blue) = 9+16+82=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 82 (32.42% from 255 or 76.64% from 107); Max value from RGB is 82 - color contains mainly: blue. Hex color #091052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091052 is #F6EFAD. Grayscale: #151515. Windows color (decimal): -16183214 or 5378057. OLE color: 5378057.

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

Color convert

RGB 9 16 82 -
CMYK 0.89 0.80 0 0.68
HSL 234.25º 0.8% 0.18% -
HSV(B) 234.25º 0.89% 0.32% -
XYZ 1.82 1.04 8.09 -
YUV 21.43 162.18 119.13 -
System Red Green Blue C M Y K H S L
Decimal 9 16 82 0.89 0.80 0 0.68 234.25 0.8 0.18
Hex 9 10 52 59 50 0 44 EA 50 12
Octal 11 20 122 131 120 0 104 352 120 22
Binary 1001 10000 1010010 1011001 1010000 0 1000100 11101010 1010000 10010

Color Harmonies of #091052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091052

Black with #091052

Text Example


Text Example

White with #091052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091052; }

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

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

background-color css

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

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

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

border-color css

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

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

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