#09194D

Color #09194D Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #09194D

Tints of Sapphire #09194D

Color information

#09194D (or 0x09194D) is unknown color: approx Sapphire. HEX triplet: 09, 19 and 4D. RGB value is (9,25,77). Sum of RGB (Red+Green+Blue) = 9+25+77=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 77 (30.47% from 255 or 69.37% from 111); Max value from RGB is 77 - color contains mainly: blue. Hex color #09194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09194D is #F6E6B2. Grayscale: #191919. Windows color (decimal): -16180915 or 5052681. OLE color: 5052681.

HSL color Cylindrical-coordinate representation of color #09194D: hue angle of 225.88º 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 #09194D is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB92577-
CMYK0.880.6800.70
HSL225.88º79.07%16.86%-
HSV(B)225.88º88.31%30.2%-
XYZ1.81.297.18-
YUV26.14156.7115.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 25 (10.16% from 255) = 22.52%
BLUE value IS 77 (30.47% from 255) = 69.37%
R=8.11%
G=22.52%
B=69.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal925770.880.6800.70225.8879.0716.86
Hex9194D5844046e24f11
Octal1131115130104010634211721
Binary1001110011001101101100010001000100011011100010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,25,77); }

 H1.HeaderClassName
 {
   color: #09194D;
 }
 .AnyTagClassName
 {
   color: #09194D;
 }
</style>
background-color css

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

 a { background-color: rgb(9,25,77); }

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

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

 span { border-color: rgb(9,25,77); }

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