Html Css Color HEX #091F55 Sapphire

📋 copy color: '#091F55'

red 9 ◦ green 31 ◦ blue 85

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

Shades of Sapphire #091F55

Tints of Sapphire #091F55

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.8%

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

R = 7.2%
G = 24.8%
B = 68%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#091F55 (or 0x091F55) is known color: Sapphire. HEX triplet: 09, 1F and 55. RGB value is (9,31,85). Sum of RGB (Red+Green+Blue) = 9+31+85=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #091F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F55 is #F6E0AA. Grayscale: #1E1E1E. Windows color (decimal): -16179371 or 5578505. OLE color: 5578505.

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

Color convert

RGB 9 31 85 -
CMYK 0.89 0.64 0 0.67
HSL 222.63º 0.81% 0.18% -
HSV(B) 222.63º 0.89% 0.33% -
XYZ 2.24 1.69 8.8 -
YUV 30.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 9 31 85 0.89 0.64 0 0.67 222.63 0.81 0.18
Hex 9 1F 55 59 40 0 43 DF 51 12
Octal 11 37 125 131 100 0 103 337 121 22
Binary 1001 11111 1010101 1011001 1000000 0 1000011 11011111 1010001 10010

Color Harmonies of #091F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F55

Black with #091F55

Text Example


Text Example

White with #091F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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