Html Css Color HEX #091F4A Sapphire

📋 copy color: '#091F4A'

red 9 ◦ green 31 ◦ blue 74

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

Shades of Sapphire #091F4A

Tints of Sapphire #091F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 64.91%

R = 7.89%
G = 27.19%
B = 64.91%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#091F4A (or 0x091F4A) is known color: Sapphire. HEX triplet: 09, 1F and 4A. RGB value is (9,31,74). Sum of RGB (Red+Green+Blue) = 9+31+74=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #091F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F4A is #F6E0B5. Grayscale: #1D1D1D. Windows color (decimal): -16179382 or 4857609. OLE color: 4857609.

HSL color Cylindrical-coordinate representation of color #091F4A: hue angle of 219.69º 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 #091F4A is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 31 74 -
CMYK 0.88 0.58 0 0.71
HSL 219.69º 0.78% 0.16% -
HSV(B) 219.69º 0.88% 0.29% -
XYZ 1.84 1.53 6.68 -
YUV 29.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 9 31 74 0.88 0.58 0 0.71 219.69 0.78 0.16
Hex 9 1F 4A 58 3A 0 47 DC 4E 10
Octal 11 37 112 130 72 0 107 334 116 20
Binary 1001 11111 1001010 1011000 111010 0 1000111 11011100 1001110 10000

Color Harmonies of #091F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F4A

Black with #091F4A

Text Example


Text Example

White with #091F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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