Html Css Color HEX #091869 Sapphire

📋 copy color: '#091869'

red 9 ◦ green 24 ◦ blue 105

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

Shades of Sapphire #091869

Tints of Sapphire #091869

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.39%

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

R = 6.52%
G = 17.39%
B = 76.09%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#091869 (or 0x091869) is known color: Sapphire. HEX triplet: 09, 18 and 69. RGB value is (9,24,105). Sum of RGB (Red+Green+Blue) = 9+24+105=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 105 (41.41% from 255 or 76.09% from 138); Max value from RGB is 105 - color contains mainly: blue. Hex color #091869 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091869 is #F6E796. Grayscale: #1C1C1C. Windows color (decimal): -16181143 or 6887433. OLE color: 6887433.

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

Color convert

RGB 9 24 105 -
CMYK 0.91 0.77 0 0.59
HSL 230.63º 0.84% 0.22% -
HSV(B) 230.63º 0.91% 0.41% -
XYZ 2.99 1.73 13.54 -
YUV 28.75 171.03 113.91 -
System Red Green Blue C M Y K H S L
Decimal 9 24 105 0.91 0.77 0 0.59 230.63 0.84 0.22
Hex 9 18 69 5B 4D 0 3B E7 54 16
Octal 11 30 151 133 115 0 73 347 124 26
Binary 1001 11000 1101001 1011011 1001101 0 111011 11100111 1010100 10110

Color Harmonies of #091869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091869

Black with #091869

Text Example


Text Example

White with #091869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091869; }

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

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

background-color css

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

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

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

border-color css

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

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

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