Html Css Color HEX #091A5D Sapphire

📋 copy color: '#091A5D'

red 9 ◦ green 26 ◦ blue 93

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

Shades of Sapphire #091A5D

Tints of Sapphire #091A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 72.66%

R = 7.03%
G = 20.31%
B = 72.66%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#091A5D (or 0x091A5D) is known color: Sapphire. HEX triplet: 09, 1A and 5D. RGB value is (9,26,93). Sum of RGB (Red+Green+Blue) = 9+26+93=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #091A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A5D is #F6E5A2. Grayscale: #1C1C1C. Windows color (decimal): -16180643 or 6101513. OLE color: 6101513.

HSL color Cylindrical-coordinate representation of color #091A5D: hue angle of 227.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091A5D is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 26 93 -
CMYK 0.90 0.72 0 0.64
HSL 227.86º 0.82% 0.2% -
HSV(B) 227.86º 0.9% 0.36% -
XYZ 2.46 1.59 10.53 -
YUV 28.56 164.37 114.05 -
System Red Green Blue C M Y K H S L
Decimal 9 26 93 0.90 0.72 0 0.64 227.86 0.82 0.2
Hex 9 1A 5D 5A 48 0 40 E4 52 14
Octal 11 32 135 132 110 0 100 344 122 24
Binary 1001 11010 1011101 1011010 1001000 0 1000000 11100100 1010010 10100

Color Harmonies of #091A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091A5D

Black with #091A5D

Text Example


Text Example

White with #091A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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