Html Css Color HEX #091D55 Sapphire

📋 copy color: '#091D55'

red 9 ◦ green 29 ◦ blue 85

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

Shades of Sapphire #091D55

Tints of Sapphire #091D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 69.11%

R = 7.32%
G = 23.58%
B = 69.11%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#091D55 (or 0x091D55) is known color: Sapphire. HEX triplet: 09, 1D and 55. RGB value is (9,29,85). Sum of RGB (Red+Green+Blue) = 9+29+85=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #091D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D55 is #F6E2AA. Grayscale: #1D1D1D. Windows color (decimal): -16179883 or 5577993. OLE color: 5577993.

HSL color Cylindrical-coordinate representation of color #091D55: hue angle of 224.21º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091D55 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 29 85 -
CMYK 0.89 0.66 0 0.67
HSL 224.21º 0.81% 0.18% -
HSV(B) 224.21º 0.89% 0.33% -
XYZ 2.19 1.59 8.79 -
YUV 29.4 159.37 113.45 -
System Red Green Blue C M Y K H S L
Decimal 9 29 85 0.89 0.66 0 0.67 224.21 0.81 0.18
Hex 9 1D 55 59 42 0 43 E0 51 12
Octal 11 35 125 131 102 0 103 340 121 22
Binary 1001 11101 1010101 1011001 1000010 0 1000011 11100000 1010001 10010

Color Harmonies of #091D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D55

Black with #091D55

Text Example


Text Example

White with #091D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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