Html Css Color HEX #091E6A Sapphire

📋 copy color: '#091E6A'

red 9 ◦ green 30 ◦ blue 106

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

Shades of Sapphire #091E6A

Tints of Sapphire #091E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 73.1%

R = 6.21%
G = 20.69%
B = 73.1%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#091E6A (or 0x091E6A) is known color: Sapphire. HEX triplet: 09, 1E and 6A. RGB value is (9,30,106). Sum of RGB (Red+Green+Blue) = 9+30+106=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 106 (41.80% from 255 or 73.10% from 145); Max value from RGB is 106 - color contains mainly: blue. Hex color #091E6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E6A is #F6E195. Grayscale: #202020. Windows color (decimal): -16179606 or 6954505. OLE color: 6954505.

HSL color Cylindrical-coordinate representation of color #091E6A: hue angle of 227.01º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091E6A is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 30 106 -
CMYK 0.92 0.72 0 0.58
HSL 227.01º 0.84% 0.23% -
HSV(B) 227.01º 0.92% 0.42% -
XYZ 3.18 2.03 13.86 -
YUV 32.39 169.54 111.32 -
System Red Green Blue C M Y K H S L
Decimal 9 30 106 0.92 0.72 0 0.58 227.01 0.84 0.23
Hex 9 1E 6A 5C 48 0 3A E3 54 17
Octal 11 36 152 134 110 0 72 343 124 27
Binary 1001 11110 1101010 1011100 1001000 0 111010 11100011 1010100 10111

Color Harmonies of #091E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E6A

Black with #091E6A

Text Example


Text Example

White with #091E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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