Html Css Color HEX #091969 Sapphire

📋 copy color: '#091969'

red 9 ◦ green 25 ◦ blue 105

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

Shades of Sapphire #091969

Tints of Sapphire #091969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.99%

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

R = 6.47%
G = 17.99%
B = 75.54%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#091969 (or 0x091969) is known color: Sapphire. HEX triplet: 09, 19 and 69. RGB value is (9,25,105). Sum of RGB (Red+Green+Blue) = 9+25+105=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 105 (41.41% from 255 or 75.54% from 139); Max value from RGB is 105 - color contains mainly: blue. Hex color #091969 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091969 is #F6E696. Grayscale: #1D1D1D. Windows color (decimal): -16180887 or 6887689. OLE color: 6887689.

HSL color Cylindrical-coordinate representation of color #091969: hue angle of 230º 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 #091969 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 25 105 -
CMYK 0.91 0.76 0 0.59
HSL 230º 0.84% 0.22% -
HSV(B) 230º 0.91% 0.41% -
XYZ 3.01 1.77 13.55 -
YUV 29.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 9 25 105 0.91 0.76 0 0.59 230 0.84 0.22
Hex 9 19 69 5B 4C 0 3B E6 54 16
Octal 11 31 151 133 114 0 73 346 124 26
Binary 1001 11001 1101001 1011011 1001100 0 111011 11100110 1010100 10110

Color Harmonies of #091969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091969

Black with #091969

Text Example


Text Example

White with #091969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091969; }

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

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

background-color css

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

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

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

border-color css

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

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

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