Html Css Color HEX #091D49 Sapphire

📋 copy color: '#091D49'

red 9 ◦ green 29 ◦ blue 73

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

Shades of Sapphire #091D49

Tints of Sapphire #091D49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 65.77%

R = 8.11%
G = 26.13%
B = 65.77%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#091D49 (or 0x091D49) is known color: Sapphire. HEX triplet: 09, 1D and 49. RGB value is (9,29,73). Sum of RGB (Red+Green+Blue) = 9+29+73=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 73 (28.91% from 255 or 65.77% from 111); Max value from RGB is 73 - color contains mainly: blue. Hex color #091D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D49 is #F6E2B6. Grayscale: #1B1B1B. Windows color (decimal): -16179895 or 4791561. OLE color: 4791561.

HSL color Cylindrical-coordinate representation of color #091D49: hue angle of 221.25º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091D49 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 29 73 -
CMYK 0.88 0.60 0 0.71
HSL 221.25º 0.78% 0.16% -
HSV(B) 221.25º 0.88% 0.29% -
XYZ 1.75 1.42 6.48 -
YUV 28.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 9 29 73 0.88 0.60 0 0.71 221.25 0.78 0.16
Hex 9 1D 49 58 3C 0 47 DD 4E 10
Octal 11 35 111 130 74 0 107 335 116 20
Binary 1001 11101 1001001 1011000 111100 0 1000111 11011101 1001110 10000

Color Harmonies of #091D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D49

Black with #091D49

Text Example


Text Example

White with #091D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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