Html Css Color HEX #091C56 Sapphire

📋 copy color: '#091C56'

red 9 ◦ green 28 ◦ blue 86

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

Shades of Sapphire #091C56

Tints of Sapphire #091C56

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.76%

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

R = 7.32%
G = 22.76%
B = 69.92%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#091C56 (or 0x091C56) is known color: Sapphire. HEX triplet: 09, 1C and 56. RGB value is (9,28,86). Sum of RGB (Red+Green+Blue) = 9+28+86=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 86 (33.98% from 255 or 69.92% from 123); Max value from RGB is 86 - color contains mainly: blue. Hex color #091C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C56 is #F6E3A9. Grayscale: #1C1C1C. Windows color (decimal): -16180138 or 5643273. OLE color: 5643273.

HSL color Cylindrical-coordinate representation of color #091C56: hue angle of 225.19º 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 #091C56 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 28 86 -
CMYK 0.90 0.67 0 0.66
HSL 225.19º 0.81% 0.19% -
HSV(B) 225.19º 0.9% 0.34% -
XYZ 2.21 1.56 8.99 -
YUV 28.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 9 28 86 0.90 0.67 0 0.66 225.19 0.81 0.19
Hex 9 1C 56 5A 43 0 42 E1 51 13
Octal 11 34 126 132 103 0 102 341 121 23
Binary 1001 11100 1010110 1011010 1000011 0 1000010 11100001 1010001 10011

Color Harmonies of #091C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091C56

Black with #091C56

Text Example


Text Example

White with #091C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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