Html Css Color HEX #09185A Sapphire

📋 copy color: '#09185A'

red 9 ◦ green 24 ◦ blue 90

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

Shades of Sapphire #09185A

Tints of Sapphire #09185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.51%

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

R = 7.32%
G = 19.51%
B = 73.17%

CMYK

 C value IS 0.9

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09185A (or 0x09185A) is known color: Sapphire. HEX triplet: 09, 18 and 5A. RGB value is (9,24,90). Sum of RGB (Red+Green+Blue) = 9+24+90=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 90 (35.55% from 255 or 73.17% from 123); Max value from RGB is 90 - color contains mainly: blue. Hex color #09185A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09185A is #F6E7A5. Grayscale: #1A1A1A. Windows color (decimal): -16181158 or 5904393. OLE color: 5904393.

HSL color Cylindrical-coordinate representation of color #09185A: hue angle of 228.89º 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 #09185A is Cyan = 0.9, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 24 90 -
CMYK 0.9 0.73 0 0.65
HSL 228.89º 0.82% 0.19% -
HSV(B) 228.89º 0.9% 0.35% -
XYZ 2.28 1.45 9.83 -
YUV 27.04 163.53 115.13 -
System Red Green Blue C M Y K H S L
Decimal 9 24 90 0.9 0.73 0 0.65 228.89 0.82 0.19
Hex 9 18 5A 5A 49 0 41 E5 52 13
Octal 11 30 132 132 111 0 101 345 122 23
Binary 1001 11000 1011010 1011010 1001001 0 1000001 11100101 1010010 10011

Color Harmonies of #09185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09185A

Black with #09185A

Text Example


Text Example

White with #09185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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