Html Css Color HEX #09185D Sapphire

📋 copy color: '#09185D'

red 9 ◦ green 24 ◦ blue 93

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

Shades of Sapphire #09185D

Tints of Sapphire #09185D

RGB

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

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

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

R = 7.14%
G = 19.05%
B = 73.81%

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

#09185D (or 0x09185D) is known color: Sapphire. HEX triplet: 09, 18 and 5D. RGB value is (9,24,93). Sum of RGB (Red+Green+Blue) = 9+24+93=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #09185D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09185D is #F6E7A2. Grayscale: #1B1B1B. Windows color (decimal): -16181155 or 6101001. OLE color: 6101001.

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

Color convert

RGB 9 24 93 -
CMYK 0.90 0.74 0 0.64
HSL 229.29º 0.82% 0.2% -
HSV(B) 229.29º 0.9% 0.36% -
XYZ 2.42 1.5 10.52 -
YUV 27.38 165.03 114.89 -
System Red Green Blue C M Y K H S L
Decimal 9 24 93 0.90 0.74 0 0.64 229.29 0.82 0.2
Hex 9 18 5D 5A 4A 0 40 E5 52 14
Octal 11 30 135 132 112 0 100 345 122 24
Binary 1001 11000 1011101 1011010 1001010 0 1000000 11100101 1010010 10100

Color Harmonies of #09185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09185D

Black with #09185D

Text Example


Text Example

White with #09185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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