Html Css Color HEX #091E7A Sapphire

📋 copy color: '#091E7A'

red 9 ◦ green 30 ◦ blue 122

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

Shades of Sapphire #091E7A

Tints of Sapphire #091E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 75.78%

R = 5.59%
G = 18.63%
B = 75.78%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#091E7A (or 0x091E7A) is known color: Sapphire. HEX triplet: 09, 1E and 7A. RGB value is (9,30,122). Sum of RGB (Red+Green+Blue) = 9+30+122=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 122 (48.05% from 255 or 75.78% from 161); Max value from RGB is 122 - color contains mainly: blue. Hex color #091E7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E7A is #F6E185. Grayscale: #212121. Windows color (decimal): -16179590 or 8003081. OLE color: 8003081.

HSL color Cylindrical-coordinate representation of color #091E7A: hue angle of 228.85º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091E7A is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 30 122 -
CMYK 0.93 0.75 0 0.52
HSL 228.85º 0.86% 0.26% -
HSV(B) 228.85º 0.93% 0.48% -
XYZ 4.09 2.39 18.66 -
YUV 34.21 177.54 110.02 -
System Red Green Blue C M Y K H S L
Decimal 9 30 122 0.93 0.75 0 0.52 228.85 0.86 0.26
Hex 9 1E 7A 5D 4B 0 34 E5 56 1A
Octal 11 36 172 135 113 0 64 345 126 32
Binary 1001 11110 1111010 1011101 1001011 0 110100 11100101 1010110 11010

Color Harmonies of #091E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E7A

Black with #091E7A

Text Example


Text Example

White with #091E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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