Html Css Color HEX #091A70 Sapphire

📋 copy color: '#091A70'

red 9 ◦ green 26 ◦ blue 112

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

Shades of Sapphire #091A70

Tints of Sapphire #091A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 76.19%

R = 6.12%
G = 17.69%
B = 76.19%

CMYK

 C value IS 0.92

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#091A70 (or 0x091A70) is known color: Sapphire. HEX triplet: 09, 1A and 70. RGB value is (9,26,112). Sum of RGB (Red+Green+Blue) = 9+26+112=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #091A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A70 is #F6E58F. Grayscale: #1E1E1E. Windows color (decimal): -16180624 or 7346697. OLE color: 7346697.

HSL color Cylindrical-coordinate representation of color #091A70: hue angle of 230.1º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091A70 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 26 112 -
CMYK 0.92 0.77 0 0.56
HSL 230.1º 0.85% 0.24% -
HSV(B) 230.1º 0.92% 0.44% -
XYZ 3.41 1.97 15.53 -
YUV 30.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 9 26 112 0.92 0.77 0 0.56 230.1 0.85 0.24
Hex 9 1A 70 5C 4D 0 38 E6 55 18
Octal 11 32 160 134 115 0 70 346 125 30
Binary 1001 11010 1110000 1011100 1001101 0 111000 11100110 1010101 11000

Color Harmonies of #091A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091A70

Black with #091A70

Text Example


Text Example

White with #091A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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