Html Css Color HEX #091F75 Sapphire

📋 copy color: '#091F75'

red 9 ◦ green 31 ◦ blue 117

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

Shades of Sapphire #091F75

Tints of Sapphire #091F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 74.52%

R = 5.73%
G = 19.75%
B = 74.52%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#091F75 (or 0x091F75) is known color: Sapphire. HEX triplet: 09, 1F and 75. RGB value is (9,31,117). Sum of RGB (Red+Green+Blue) = 9+31+117=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #091F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F75 is #F6E08A. Grayscale: #212121. Windows color (decimal): -16179339 or 7675657. OLE color: 7675657.

HSL color Cylindrical-coordinate representation of color #091F75: hue angle of 227.78º 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 #091F75 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 31 117 -
CMYK 0.92 0.74 0 0.54
HSL 227.78º 0.86% 0.25% -
HSV(B) 227.78º 0.92% 0.46% -
XYZ 3.81 2.32 17.08 -
YUV 34.23 174.71 110.01 -
System Red Green Blue C M Y K H S L
Decimal 9 31 117 0.92 0.74 0 0.54 227.78 0.86 0.25
Hex 9 1F 75 5C 4A 0 36 E4 56 19
Octal 11 37 165 134 112 0 66 344 126 31
Binary 1001 11111 1110101 1011100 1001010 0 110110 11100100 1010110 11001

Color Harmonies of #091F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F75

Black with #091F75

Text Example


Text Example

White with #091F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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