Html Css Color HEX #091F69 Sapphire

📋 copy color: '#091F69'

red 9 ◦ green 31 ◦ blue 105

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

Shades of Sapphire #091F69

Tints of Sapphire #091F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 72.41%

R = 6.21%
G = 21.38%
B = 72.41%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#091F69 (or 0x091F69) is known color: Sapphire. HEX triplet: 09, 1F and 69. RGB value is (9,31,105). Sum of RGB (Red+Green+Blue) = 9+31+105=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #091F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F69 is #F6E096. Grayscale: #202020. Windows color (decimal): -16179351 or 6889225. OLE color: 6889225.

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

Color convert

RGB 9 31 105 -
CMYK 0.91 0.70 0 0.59
HSL 226.25º 0.84% 0.22% -
HSV(B) 226.25º 0.91% 0.41% -
XYZ 3.15 2.06 13.6 -
YUV 32.86 168.71 110.98 -
System Red Green Blue C M Y K H S L
Decimal 9 31 105 0.91 0.70 0 0.59 226.25 0.84 0.22
Hex 9 1F 69 5B 46 0 3B E2 54 16
Octal 11 37 151 133 106 0 73 342 124 26
Binary 1001 11111 1101001 1011011 1000110 0 111011 11100010 1010100 10110

Color Harmonies of #091F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F69

Black with #091F69

Text Example


Text Example

White with #091F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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