Html Css Color HEX #09155A Sapphire

📋 copy color: '#09155A'

red 9 ◦ green 21 ◦ blue 90

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

Shades of Sapphire #09155A

Tints of Sapphire #09155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.5%

 BLUE value IS 90 (35.55% from 255) = 75%

R = 7.5%
G = 17.5%
B = 75%

CMYK

 C value IS 0.9

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09155A (or 0x09155A) is known color: Sapphire. HEX triplet: 09, 15 and 5A. RGB value is (9,21,90). Sum of RGB (Red+Green+Blue) = 9+21+90=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 90 (35.55% from 255 or 75% from 120); Max value from RGB is 90 - color contains mainly: blue. Hex color #09155A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09155A is #F6EAA5. Grayscale: #181818. Windows color (decimal): -16181926 or 5903625. OLE color: 5903625.

HSL color Cylindrical-coordinate representation of color #09155A: hue angle of 231.11º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09155A is Cyan = 0.9, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 21 90 -
CMYK 0.9 0.77 0 0.65
HSL 231.11º 0.82% 0.19% -
HSV(B) 231.11º 0.9% 0.35% -
XYZ 2.23 1.33 9.81 -
YUV 25.28 164.52 116.39 -
System Red Green Blue C M Y K H S L
Decimal 9 21 90 0.9 0.77 0 0.65 231.11 0.82 0.19
Hex 9 15 5A 5A 4D 0 41 E7 52 13
Octal 11 25 132 132 115 0 101 347 122 23
Binary 1001 10101 1011010 1011010 1001101 0 1000001 11100111 1010010 10011

Color Harmonies of #09155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09155A

Black with #09155A

Text Example


Text Example

White with #09155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09155A; }

 p { color: rgb(9,21,90); }

 H1.HeaderClassName
 {
   color: #09155A;
 }
 .AnyTagClassName
 {
   color: #09155A;
 }
</style>

background-color css

<style>
 a { background-color: #09155A; }

 a { background-color: rgb(9,21,90); }

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

border-color css

<style>
 span { border-color: #09155A; }

 span { border-color: rgb(9,21,90); }

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