Html Css Color HEX #091E75 Sapphire

📋 copy color: '#091E75'

red 9 ◦ green 30 ◦ blue 117

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

Shades of Sapphire #091E75

Tints of Sapphire #091E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 75%

R = 5.77%
G = 19.23%
B = 75%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#091E75 (or 0x091E75) is known color: Sapphire. HEX triplet: 09, 1E and 75. RGB value is (9,30,117). Sum of RGB (Red+Green+Blue) = 9+30+117=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 117 (46.09% from 255 or 75% from 156); Max value from RGB is 117 - color contains mainly: blue. Hex color #091E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E75 is #F6E18A. Grayscale: #212121. Windows color (decimal): -16179595 or 7675401. OLE color: 7675401.

HSL color Cylindrical-coordinate representation of color #091E75: hue angle of 228.33º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091E75 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 30 117 -
CMYK 0.92 0.74 0 0.54
HSL 228.33º 0.86% 0.25% -
HSV(B) 228.33º 0.92% 0.46% -
XYZ 3.79 2.27 17.07 -
YUV 33.64 175.04 110.43 -
System Red Green Blue C M Y K H S L
Decimal 9 30 117 0.92 0.74 0 0.54 228.33 0.86 0.25
Hex 9 1E 75 5C 4A 0 36 E4 56 19
Octal 11 36 165 134 112 0 66 344 126 31
Binary 1001 11110 1110101 1011100 1001010 0 110110 11100100 1010110 11001

Color Harmonies of #091E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E75

Black with #091E75

Text Example


Text Example

White with #091E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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