Html Css Color HEX #091F66 Sapphire

📋 copy color: '#091F66'

red 9 ◦ green 31 ◦ blue 102

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

Shades of Sapphire #091F66

Tints of Sapphire #091F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 71.83%

R = 6.34%
G = 21.83%
B = 71.83%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#091F66 (or 0x091F66) is known color: Sapphire. HEX triplet: 09, 1F and 66. RGB value is (9,31,102). Sum of RGB (Red+Green+Blue) = 9+31+102=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 102 (40.23% from 255 or 71.83% from 142); Max value from RGB is 102 - color contains mainly: blue. Hex color #091F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F66 is #F6E099. Grayscale: #202020. Windows color (decimal): -16179354 or 6692617. OLE color: 6692617.

HSL color Cylindrical-coordinate representation of color #091F66: hue angle of 225.81º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091F66 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 31 102 -
CMYK 0.91 0.70 0 0.6
HSL 225.81º 0.84% 0.22% -
HSV(B) 225.81º 0.91% 0.4% -
XYZ 3 2 12.8 -
YUV 32.52 167.21 111.23 -
System Red Green Blue C M Y K H S L
Decimal 9 31 102 0.91 0.70 0 0.6 225.81 0.84 0.22
Hex 9 1F 66 5B 46 0 3C E2 54 16
Octal 11 37 146 133 106 0 74 342 124 26
Binary 1001 11111 1100110 1011011 1000110 0 111100 11100010 1010100 10110

Color Harmonies of #091F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F66

Black with #091F66

Text Example


Text Example

White with #091F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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