Html Css Color HEX #091F7A Sapphire

📋 copy color: '#091F7A'

red 9 ◦ green 31 ◦ blue 122

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

Shades of Sapphire #091F7A

Tints of Sapphire #091F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 75.31%

R = 5.56%
G = 19.14%
B = 75.31%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#091F7A (or 0x091F7A) is known color: Sapphire. HEX triplet: 09, 1F and 7A. RGB value is (9,31,122). Sum of RGB (Red+Green+Blue) = 9+31+122=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 122 (48.05% from 255 or 75.31% from 162); Max value from RGB is 122 - color contains mainly: blue. Hex color #091F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F7A is #F6E085. Grayscale: #222222. Windows color (decimal): -16179334 or 8003337. OLE color: 8003337.

HSL color Cylindrical-coordinate representation of color #091F7A: hue angle of 228.32º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091F7A is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 31 122 -
CMYK 0.93 0.75 0 0.52
HSL 228.32º 0.86% 0.26% -
HSV(B) 228.32º 0.93% 0.48% -
XYZ 4.12 2.44 18.67 -
YUV 34.8 177.21 109.6 -
System Red Green Blue C M Y K H S L
Decimal 9 31 122 0.93 0.75 0 0.52 228.32 0.86 0.26
Hex 9 1F 7A 5D 4B 0 34 E4 56 1A
Octal 11 37 172 135 113 0 64 344 126 32
Binary 1001 11111 1111010 1011101 1001011 0 110100 11100100 1010110 11010

Color Harmonies of #091F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F7A

Black with #091F7A

Text Example


Text Example

White with #091F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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