#09194B

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

Shades of Sapphire #09194B

Tints of Sapphire #09194B

Color information

#09194B (or 0x09194B) is unknown color: approx Sapphire. HEX triplet: 09, 19 and 4B. RGB value is (9,25,75). Sum of RGB (Red+Green+Blue) = 9+25+75=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #09194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09194B is #F6E6B4. Grayscale: #191919. Windows color (decimal): -16180917 or 4921609. OLE color: 4921609.

HSL color Cylindrical-coordinate representation of color #09194B: hue angle of 225.45º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09194B is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB92575-
CMYK0.880.6700.71
HSL225.45º78.57%16.47%-
HSV(B)225.45º88%29.41%-
XYZ1.731.266.81-
YUV25.92155.7115.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 75 (29.69% from 255) = 68.81%
R=8.26%
G=22.94%
B=68.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal925750.880.6700.71225.4578.5716.47
Hex9194B5843047e14f10
Octal1131113130103010734111720
Binary1001110011001011101100010000110100011111100001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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