Html Css Color HEX #09184C Sapphire

📋 copy color: '#09184C'

red 9 ◦ green 24 ◦ blue 76

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

Shades of Sapphire #09184C

Tints of Sapphire #09184C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 69.72%

R = 8.26%
G = 22.02%
B = 69.72%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09184C (or 0x09184C) is known color: Sapphire. HEX triplet: 09, 18 and 4C. RGB value is (9,24,76). Sum of RGB (Red+Green+Blue) = 9+24+76=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 76 (30.08% from 255 or 69.72% from 109); Max value from RGB is 76 - color contains mainly: blue. Hex color #09184C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09184C is #F6E7B3. Grayscale: #191919. Windows color (decimal): -16181172 or 4986889. OLE color: 4986889.

HSL color Cylindrical-coordinate representation of color #09184C: hue angle of 226.57º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09184C is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 24 76 -
CMYK 0.88 0.68 0 0.70
HSL 226.57º 0.79% 0.17% -
HSV(B) 226.57º 0.88% 0.3% -
XYZ 1.74 1.23 6.98 -
YUV 25.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 9 24 76 0.88 0.68 0 0.70 226.57 0.79 0.17
Hex 9 18 4C 58 44 0 46 E3 4F 11
Octal 11 30 114 130 104 0 106 343 117 21
Binary 1001 11000 1001100 1011000 1000100 0 1000110 11100011 1001111 10001

Color Harmonies of #09184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09184C

Black with #09184C

Text Example


Text Example

White with #09184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09184C; }

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

 H1.HeaderClassName
 {
   color: #09184C;
 }
 .AnyTagClassName
 {
   color: #09184C;
 }
</style>

background-color css

<style>
 a { background-color: #09184C; }

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

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

border-color css

<style>
 span { border-color: #09184C; }

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

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