Html Css Color HEX #091E5E Sapphire

📋 copy color: '#091E5E'

red 9 ◦ green 30 ◦ blue 94

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

Shades of Sapphire #091E5E

Tints of Sapphire #091E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 70.68%

R = 6.77%
G = 22.56%
B = 70.68%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#091E5E (or 0x091E5E) is known color: Sapphire. HEX triplet: 09, 1E and 5E. RGB value is (9,30,94). Sum of RGB (Red+Green+Blue) = 9+30+94=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 94 (37.11% from 255 or 70.68% from 133); Max value from RGB is 94 - color contains mainly: blue. Hex color #091E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E5E is #F6E1A1. Grayscale: #1E1E1E. Windows color (decimal): -16179618 or 6168073. OLE color: 6168073.

HSL color Cylindrical-coordinate representation of color #091E5E: hue angle of 225.18º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091E5E is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 30 94 -
CMYK 0.90 0.68 0 0.63
HSL 225.18º 0.83% 0.2% -
HSV(B) 225.18º 0.9% 0.37% -
XYZ 2.6 1.79 10.8 -
YUV 31.02 163.54 112.3 -
System Red Green Blue C M Y K H S L
Decimal 9 30 94 0.90 0.68 0 0.63 225.18 0.83 0.2
Hex 9 1E 5E 5A 44 0 3F E1 53 14
Octal 11 36 136 132 104 0 77 341 123 24
Binary 1001 11110 1011110 1011010 1000100 0 111111 11100001 1010011 10100

Color Harmonies of #091E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E5E

Black with #091E5E

Text Example


Text Example

White with #091E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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