Html Css Color HEX #091D76 Sapphire

📋 copy color: '#091D76'

red 9 ◦ green 29 ◦ blue 118

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

Shades of Sapphire #091D76

Tints of Sapphire #091D76

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.59%

 BLUE value IS 118 (46.48% from 255) = 75.64%

R = 5.77%
G = 18.59%
B = 75.64%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#091D76 (or 0x091D76) is known color: Sapphire. HEX triplet: 09, 1D and 76. RGB value is (9,29,118). Sum of RGB (Red+Green+Blue) = 9+29+118=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 118 (46.48% from 255 or 75.64% from 156); Max value from RGB is 118 - color contains mainly: blue. Hex color #091D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D76 is #F6E289. Grayscale: #202020. Windows color (decimal): -16179850 or 7740681. OLE color: 7740681.

HSL color Cylindrical-coordinate representation of color #091D76: hue angle of 228.99º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091D76 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 29 118 -
CMYK 0.92 0.75 0 0.54
HSL 228.99º 0.86% 0.25% -
HSV(B) 228.99º 0.92% 0.46% -
XYZ 3.82 2.24 17.37 -
YUV 33.17 175.87 110.76 -
System Red Green Blue C M Y K H S L
Decimal 9 29 118 0.92 0.75 0 0.54 228.99 0.86 0.25
Hex 9 1D 76 5C 4B 0 36 E5 56 19
Octal 11 35 166 134 113 0 66 345 126 31
Binary 1001 11101 1110110 1011100 1001011 0 110110 11100101 1010110 11001

Color Harmonies of #091D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D76

Black with #091D76

Text Example


Text Example

White with #091D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,29,118); }

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

background-color css

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

 a { background-color: rgb(9,29,118); }

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

border-color css

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

 span { border-color: rgb(9,29,118); }

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