Html Css Color HEX #091A6D Sapphire

📋 copy color: '#091A6D'

red 9 ◦ green 26 ◦ blue 109

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

Shades of Sapphire #091A6D

Tints of Sapphire #091A6D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.06%

 BLUE value IS 109 (42.97% from 255) = 75.69%

R = 6.25%
G = 18.06%
B = 75.69%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#091A6D (or 0x091A6D) is known color: Sapphire. HEX triplet: 09, 1A and 6D. RGB value is (9,26,109). Sum of RGB (Red+Green+Blue) = 9+26+109=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #091A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A6D is #F6E592. Grayscale: #1E1E1E. Windows color (decimal): -16180627 or 7150089. OLE color: 7150089.

HSL color Cylindrical-coordinate representation of color #091A6D: hue angle of 229.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091A6D is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 26 109 -
CMYK 0.92 0.76 0 0.57
HSL 229.8º 0.85% 0.23% -
HSV(B) 229.8º 0.92% 0.43% -
XYZ 3.24 1.9 14.66 -
YUV 30.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 9 26 109 0.92 0.76 0 0.57 229.8 0.85 0.23
Hex 9 1A 6D 5C 4C 0 39 E6 55 17
Octal 11 32 155 134 114 0 71 346 125 27
Binary 1001 11010 1101101 1011100 1001100 0 111001 11100110 1010101 10111

Color Harmonies of #091A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091A6D

Black with #091A6D

Text Example


Text Example

White with #091A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091A6D; }

 p { color: rgb(9,26,109); }

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

background-color css

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

 a { background-color: rgb(9,26,109); }

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

border-color css

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

 span { border-color: rgb(9,26,109); }

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