Html Css Color HEX #091B56 Sapphire

📋 copy color: '#091B56'

red 9 ◦ green 27 ◦ blue 86

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

Shades of Sapphire #091B56

Tints of Sapphire #091B56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 70.49%

R = 7.38%
G = 22.13%
B = 70.49%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#091B56 (or 0x091B56) is known color: Sapphire. HEX triplet: 09, 1B and 56. RGB value is (9,27,86). Sum of RGB (Red+Green+Blue) = 9+27+86=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 86 (33.98% from 255 or 70.49% from 122); Max value from RGB is 86 - color contains mainly: blue. Hex color #091B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091B56 is #F6E4A9. Grayscale: #1C1C1C. Windows color (decimal): -16180394 or 5643017. OLE color: 5643017.

HSL color Cylindrical-coordinate representation of color #091B56: hue angle of 225.97º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091B56 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 27 86 -
CMYK 0.90 0.69 0 0.66
HSL 225.97º 0.81% 0.19% -
HSV(B) 225.97º 0.9% 0.34% -
XYZ 2.18 1.51 8.98 -
YUV 28.34 160.54 114.2 -
System Red Green Blue C M Y K H S L
Decimal 9 27 86 0.90 0.69 0 0.66 225.97 0.81 0.19
Hex 9 1B 56 5A 45 0 42 E2 51 13
Octal 11 33 126 132 105 0 102 342 121 23
Binary 1001 11011 1010110 1011010 1000101 0 1000010 11100010 1010001 10011

Color Harmonies of #091B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091B56

Black with #091B56

Text Example


Text Example

White with #091B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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