Html Css Color HEX #091E53 Sapphire

📋 copy color: '#091E53'

red 9 ◦ green 30 ◦ blue 83

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

Shades of Sapphire #091E53

Tints of Sapphire #091E53

RGB

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

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

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

R = 7.38%
G = 24.59%
B = 68.03%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#091E53 (or 0x091E53) is known color: Sapphire. HEX triplet: 09, 1E and 53. RGB value is (9,30,83). Sum of RGB (Red+Green+Blue) = 9+30+83=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #091E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E53 is #F6E1AC. Grayscale: #1D1D1D. Windows color (decimal): -16179629 or 5447177. OLE color: 5447177.

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

Color convert

RGB 9 30 83 -
CMYK 0.89 0.64 0 0.67
HSL 222.97º 0.8% 0.18% -
HSV(B) 222.97º 0.89% 0.33% -
XYZ 2.14 1.61 8.38 -
YUV 29.76 158.04 113.19 -
System Red Green Blue C M Y K H S L
Decimal 9 30 83 0.89 0.64 0 0.67 222.97 0.8 0.18
Hex 9 1E 53 59 40 0 43 DF 50 12
Octal 11 36 123 131 100 0 103 337 120 22
Binary 1001 11110 1010011 1011001 1000000 0 1000011 11011111 1010000 10010

Color Harmonies of #091E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E53

Black with #091E53

Text Example


Text Example

White with #091E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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