Html Css Color HEX #091C71 Sapphire

📋 copy color: '#091C71'

red 9 ◦ green 28 ◦ blue 113

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

Shades of Sapphire #091C71

Tints of Sapphire #091C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 75.33%

R = 6%
G = 18.67%
B = 75.33%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#091C71 (or 0x091C71) is known color: Sapphire. HEX triplet: 09, 1C and 71. RGB value is (9,28,113). Sum of RGB (Red+Green+Blue) = 9+28+113=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 113 (44.53% from 255 or 75.33% from 150); Max value from RGB is 113 - color contains mainly: blue. Hex color #091C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C71 is #F6E38E. Grayscale: #1F1F1F. Windows color (decimal): -16180111 or 7412745. OLE color: 7412745.

HSL color Cylindrical-coordinate representation of color #091C71: hue angle of 229.04º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091C71 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 28 113 -
CMYK 0.92 0.75 0 0.56
HSL 229.04º 0.85% 0.24% -
HSV(B) 229.04º 0.92% 0.44% -
XYZ 3.51 2.08 15.84 -
YUV 32.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 9 28 113 0.92 0.75 0 0.56 229.04 0.85 0.24
Hex 9 1C 71 5C 4B 0 38 E5 55 18
Octal 11 34 161 134 113 0 70 345 125 30
Binary 1001 11100 1110001 1011100 1001011 0 111000 11100101 1010101 11000

Color Harmonies of #091C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091C71

Black with #091C71

Text Example


Text Example

White with #091C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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