Html Css Color HEX #091B6A Sapphire

📋 copy color: '#091B6A'

red 9 ◦ green 27 ◦ blue 106

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

Shades of Sapphire #091B6A

Tints of Sapphire #091B6A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.01%

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

R = 6.34%
G = 19.01%
B = 74.65%

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

#091B6A (or 0x091B6A) is known color: Sapphire. HEX triplet: 09, 1B and 6A. RGB value is (9,27,106). Sum of RGB (Red+Green+Blue) = 9+27+106=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 106 (41.80% from 255 or 74.65% from 142); Max value from RGB is 106 - color contains mainly: blue. Hex color #091B6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091B6A is #F6E495. Grayscale: #1E1E1E. Windows color (decimal): -16180374 or 6953737. OLE color: 6953737.

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

Color convert

RGB 9 27 106 -
CMYK 0.92 0.75 0 0.58
HSL 228.87º 0.84% 0.23% -
HSV(B) 228.87º 0.92% 0.42% -
XYZ 3.11 1.88 13.84 -
YUV 30.62 170.54 112.58 -
System Red Green Blue C M Y K H S L
Decimal 9 27 106 0.92 0.75 0 0.58 228.87 0.84 0.23
Hex 9 1B 6A 5C 4B 0 3A E5 54 17
Octal 11 33 152 134 113 0 72 345 124 27
Binary 1001 11011 1101010 1011100 1001011 0 111010 11100101 1010100 10111

Color Harmonies of #091B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091B6A

Black with #091B6A

Text Example


Text Example

White with #091B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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