Html Css Color HEX #091B6B Sapphire

📋 copy color: '#091B6B'

red 9 ◦ green 27 ◦ blue 107

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

Shades of Sapphire #091B6B

Tints of Sapphire #091B6B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.88%

 BLUE value IS 107 (42.19% from 255) = 74.83%

R = 6.29%
G = 18.88%
B = 74.83%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#091B6B (or 0x091B6B) is known color: Sapphire. HEX triplet: 09, 1B and 6B. RGB value is (9,27,107). Sum of RGB (Red+Green+Blue) = 9+27+107=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 107 (42.19% from 255 or 74.83% from 143); Max value from RGB is 107 - color contains mainly: blue. Hex color #091B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091B6B is #F6E494. Grayscale: #1E1E1E. Windows color (decimal): -16180373 or 7019273. OLE color: 7019273.

HSL color Cylindrical-coordinate representation of color #091B6B: hue angle of 228.98º 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 #091B6B is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 27 107 -
CMYK 0.92 0.75 0 0.58
HSL 228.98º 0.84% 0.23% -
HSV(B) 228.98º 0.92% 0.42% -
XYZ 3.16 1.9 14.11 -
YUV 30.74 171.04 112.5 -
System Red Green Blue C M Y K H S L
Decimal 9 27 107 0.92 0.75 0 0.58 228.98 0.84 0.23
Hex 9 1B 6B 5C 4B 0 3A E5 54 17
Octal 11 33 153 134 113 0 72 345 124 27
Binary 1001 11011 1101011 1011100 1001011 0 111010 11100101 1010100 10111

Color Harmonies of #091B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091B6B

Black with #091B6B

Text Example


Text Example

White with #091B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,27,107); }

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

background-color css

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

 a { background-color: rgb(9,27,107); }

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

border-color css

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

 span { border-color: rgb(9,27,107); }

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