Html Css Color HEX #091868 Sapphire

📋 copy color: '#091868'

red 9 ◦ green 24 ◦ blue 104

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

Shades of Sapphire #091868

Tints of Sapphire #091868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 75.91%

R = 6.57%
G = 17.52%
B = 75.91%

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

#091868 (or 0x091868) is known color: Sapphire. HEX triplet: 09, 18 and 68. RGB value is (9,24,104). Sum of RGB (Red+Green+Blue) = 9+24+104=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 104 (41.02% from 255 or 75.91% from 137); Max value from RGB is 104 - color contains mainly: blue. Hex color #091868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091868 is #F6E797. Grayscale: #1C1C1C. Windows color (decimal): -16181144 or 6821897. OLE color: 6821897.

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

Color convert

RGB 9 24 104 -
CMYK 0.91 0.77 0 0.59
HSL 230.53º 0.84% 0.22% -
HSV(B) 230.53º 0.91% 0.41% -
XYZ 2.94 1.71 13.27 -
YUV 28.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 9 24 104 0.91 0.77 0 0.59 230.53 0.84 0.22
Hex 9 18 68 5B 4D 0 3B E7 54 16
Octal 11 30 150 133 115 0 73 347 124 26
Binary 1001 11000 1101000 1011011 1001101 0 111011 11100111 1010100 10110

Color Harmonies of #091868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091868

Black with #091868

Text Example


Text Example

White with #091868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091868; }

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

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

background-color css

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

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

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

border-color css

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

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

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