Html Css Color HEX #09185B Sapphire

📋 copy color: '#09185B'

red 9 ◦ green 24 ◦ blue 91

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

Shades of Sapphire #09185B

Tints of Sapphire #09185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 73.39%

R = 7.26%
G = 19.35%
B = 73.39%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09185B (or 0x09185B) is known color: Sapphire. HEX triplet: 09, 18 and 5B. RGB value is (9,24,91). Sum of RGB (Red+Green+Blue) = 9+24+91=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 91 (35.94% from 255 or 73.39% from 124); Max value from RGB is 91 - color contains mainly: blue. Hex color #09185B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09185B is #F6E7A4. Grayscale: #1A1A1A. Windows color (decimal): -16181157 or 5969929. OLE color: 5969929.

HSL color Cylindrical-coordinate representation of color #09185B: hue angle of 229.02º 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 #09185B is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 24 91 -
CMYK 0.90 0.74 0 0.64
HSL 229.02º 0.82% 0.2% -
HSV(B) 229.02º 0.9% 0.36% -
XYZ 2.33 1.47 10.06 -
YUV 27.15 164.03 115.05 -
System Red Green Blue C M Y K H S L
Decimal 9 24 91 0.90 0.74 0 0.64 229.02 0.82 0.2
Hex 9 18 5B 5A 4A 0 40 E5 52 14
Octal 11 30 133 132 112 0 100 345 122 24
Binary 1001 11000 1011011 1011010 1001010 0 1000000 11100101 1010010 10100

Color Harmonies of #09185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09185B

Black with #09185B

Text Example


Text Example

White with #09185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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