Html Css Color HEX #091A6B Sapphire

📋 copy color: '#091A6B'

red 9 ◦ green 26 ◦ blue 107

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

Shades of Sapphire #091A6B

Tints of Sapphire #091A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 75.35%

R = 6.34%
G = 18.31%
B = 75.35%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#091A6B (or 0x091A6B) is known color: Sapphire. HEX triplet: 09, 1A and 6B. RGB value is (9,26,107). Sum of RGB (Red+Green+Blue) = 9+26+107=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 107 (42.19% from 255 or 75.35% from 142); Max value from RGB is 107 - color contains mainly: blue. Hex color #091A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A6B is #F6E594. Grayscale: #1D1D1D. Windows color (decimal): -16180629 or 7019017. OLE color: 7019017.

HSL color Cylindrical-coordinate representation of color #091A6B: hue angle of 229.59º 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 #091A6B is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 26 107 -
CMYK 0.92 0.76 0 0.58
HSL 229.59º 0.84% 0.23% -
HSV(B) 229.59º 0.92% 0.42% -
XYZ 3.14 1.86 14.1 -
YUV 30.15 171.37 112.91 -
System Red Green Blue C M Y K H S L
Decimal 9 26 107 0.92 0.76 0 0.58 229.59 0.84 0.23
Hex 9 1A 6B 5C 4C 0 3A E6 54 17
Octal 11 32 153 134 114 0 72 346 124 27
Binary 1001 11010 1101011 1011100 1001100 0 111010 11100110 1010100 10111

Color Harmonies of #091A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091A6B

Black with #091A6B

Text Example


Text Example

White with #091A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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