Html Css Color HEX #091967 Sapphire

📋 copy color: '#091967'

red 9 ◦ green 25 ◦ blue 103

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

Shades of Sapphire #091967

Tints of Sapphire #091967

RGB

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

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

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

R = 6.57%
G = 18.25%
B = 75.18%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#091967 (or 0x091967) is known color: Sapphire. HEX triplet: 09, 19 and 67. RGB value is (9,25,103). Sum of RGB (Red+Green+Blue) = 9+25+103=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 103 (40.62% from 255 or 75.18% from 137); Max value from RGB is 103 - color contains mainly: blue. Hex color #091967 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091967 is #F6E698. Grayscale: #1C1C1C. Windows color (decimal): -16180889 or 6756617. OLE color: 6756617.

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

Color convert

RGB 9 25 103 -
CMYK 0.91 0.76 0 0.60
HSL 229.79º 0.84% 0.22% -
HSV(B) 229.79º 0.91% 0.4% -
XYZ 2.91 1.73 13.01 -
YUV 29.11 169.7 113.66 -
System Red Green Blue C M Y K H S L
Decimal 9 25 103 0.91 0.76 0 0.60 229.79 0.84 0.22
Hex 9 19 67 5B 4C 0 3C E6 54 16
Octal 11 31 147 133 114 0 74 346 124 26
Binary 1001 11001 1100111 1011011 1001100 0 111100 11100110 1010100 10110

Color Harmonies of #091967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091967

Black with #091967

Text Example


Text Example

White with #091967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091967; }

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

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

background-color css

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

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

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

border-color css

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

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

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