Html Css Color HEX #091A6A Sapphire

📋 copy color: '#091A6A'

red 9 ◦ green 26 ◦ blue 106

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

Shades of Sapphire #091A6A

Tints of Sapphire #091A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 75.18%

R = 6.38%
G = 18.44%
B = 75.18%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#091A6A (or 0x091A6A) is known color: Sapphire. HEX triplet: 09, 1A and 6A. RGB value is (9,26,106). Sum of RGB (Red+Green+Blue) = 9+26+106=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 106 (41.80% from 255 or 75.18% from 141); Max value from RGB is 106 - color contains mainly: blue. Hex color #091A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A6A is #F6E595. Grayscale: #1D1D1D. Windows color (decimal): -16180630 or 6953481. OLE color: 6953481.

HSL color Cylindrical-coordinate representation of color #091A6A: hue angle of 229.48º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091A6A is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 26 106 -
CMYK 0.92 0.75 0 0.58
HSL 229.48º 0.84% 0.23% -
HSV(B) 229.48º 0.92% 0.42% -
XYZ 3.08 1.84 13.83 -
YUV 30.04 170.87 113 -
System Red Green Blue C M Y K H S L
Decimal 9 26 106 0.92 0.75 0 0.58 229.48 0.84 0.23
Hex 9 1A 6A 5C 4B 0 3A E5 54 17
Octal 11 32 152 134 113 0 72 345 124 27
Binary 1001 11010 1101010 1011100 1001011 0 111010 11100101 1010100 10111

Color Harmonies of #091A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091A6A

Black with #091A6A

Text Example


Text Example

White with #091A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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