Html Css Color HEX #091667 Sapphire

📋 copy color: '#091667'

red 9 ◦ green 22 ◦ blue 103

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

Shades of Sapphire #091667

Tints of Sapphire #091667

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.42%

 BLUE value IS 103 (40.63% from 255) = 76.87%

R = 6.72%
G = 16.42%
B = 76.87%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#091667 (or 0x091667) is known color: Sapphire. HEX triplet: 09, 16 and 67. RGB value is (9,22,103). Sum of RGB (Red+Green+Blue) = 9+22+103=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 103 (40.62% from 255 or 76.87% from 134); Max value from RGB is 103 - color contains mainly: blue. Hex color #091667 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091667 is #F6E998. Grayscale: #1B1B1B. Windows color (decimal): -16181657 or 6755849. OLE color: 6755849.

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

Color convert

RGB 9 22 103 -
CMYK 0.91 0.79 0 0.60
HSL 231.7º 0.84% 0.22% -
HSV(B) 231.7º 0.91% 0.4% -
XYZ 2.85 1.61 12.99 -
YUV 27.35 170.69 114.91 -
System Red Green Blue C M Y K H S L
Decimal 9 22 103 0.91 0.79 0 0.60 231.7 0.84 0.22
Hex 9 16 67 5B 4F 0 3C E8 54 16
Octal 11 26 147 133 117 0 74 350 124 26
Binary 1001 10110 1100111 1011011 1001111 0 111100 11101000 1010100 10110

Color Harmonies of #091667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091667

Black with #091667

Text Example


Text Example

White with #091667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091667; }

 p { color: rgb(9,22,103); }

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

background-color css

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

 a { background-color: rgb(9,22,103); }

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

border-color css

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

 span { border-color: rgb(9,22,103); }

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