Html Css Color HEX #091F4F Sapphire

📋 copy color: '#091F4F'

red 9 ◦ green 31 ◦ blue 79

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

Shades of Sapphire #091F4F

Tints of Sapphire #091F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 66.39%

R = 7.56%
G = 26.05%
B = 66.39%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#091F4F (or 0x091F4F) is known color: Sapphire. HEX triplet: 09, 1F and 4F. RGB value is (9,31,79). Sum of RGB (Red+Green+Blue) = 9+31+79=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 79 (31.25% from 255 or 66.39% from 119); Max value from RGB is 79 - color contains mainly: blue. Hex color #091F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F4F is #F6E0B0. Grayscale: #1D1D1D. Windows color (decimal): -16179377 or 5185289. OLE color: 5185289.

HSL color Cylindrical-coordinate representation of color #091F4F: hue angle of 221.14º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091F4F is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 31 79 -
CMYK 0.89 0.61 0 0.69
HSL 221.14º 0.8% 0.17% -
HSV(B) 221.14º 0.89% 0.31% -
XYZ 2.01 1.6 7.6 -
YUV 29.89 155.71 113.1 -
System Red Green Blue C M Y K H S L
Decimal 9 31 79 0.89 0.61 0 0.69 221.14 0.8 0.17
Hex 9 1F 4F 59 3D 0 45 DD 50 11
Octal 11 37 117 131 75 0 105 335 120 21
Binary 1001 11111 1001111 1011001 111101 0 1000101 11011101 1010000 10001

Color Harmonies of #091F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F4F

Black with #091F4F

Text Example


Text Example

White with #091F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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