Html Css Color HEX #091E52 Sapphire

📋 copy color: '#091E52'

red 9 ◦ green 30 ◦ blue 82

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

Shades of Sapphire #091E52

Tints of Sapphire #091E52

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.79%

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

R = 7.44%
G = 24.79%
B = 67.77%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#091E52 (or 0x091E52) is known color: Sapphire. HEX triplet: 09, 1E and 52. RGB value is (9,30,82). Sum of RGB (Red+Green+Blue) = 9+30+82=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 82 (32.42% from 255 or 67.77% from 121); Max value from RGB is 82 - color contains mainly: blue. Hex color #091E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E52 is #F6E1AD. Grayscale: #1D1D1D. Windows color (decimal): -16179630 or 5381641. OLE color: 5381641.

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

Color convert

RGB 9 30 82 -
CMYK 0.89 0.63 0 0.68
HSL 222.74º 0.8% 0.18% -
HSV(B) 222.74º 0.89% 0.32% -
XYZ 2.1 1.6 8.18 -
YUV 29.65 157.54 113.27 -
System Red Green Blue C M Y K H S L
Decimal 9 30 82 0.89 0.63 0 0.68 222.74 0.8 0.18
Hex 9 1E 52 59 3F 0 44 DF 50 12
Octal 11 36 122 131 77 0 104 337 120 22
Binary 1001 11110 1010010 1011001 111111 0 1000100 11011111 1010000 10010

Color Harmonies of #091E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E52

Black with #091E52

Text Example


Text Example

White with #091E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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