#09195A

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

Shades of Sapphire #09195A

Tints of Sapphire #09195A

Color information

#09195A (or 0x09195A) is unknown color: approx Sapphire. HEX triplet: 09, 19 and 5A. RGB value is (9,25,90). Sum of RGB (Red+Green+Blue) = 9+25+90=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 90 (35.55% from 255 or 72.58% from 124); Max value from RGB is 90 - color contains mainly: blue. Hex color #09195A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09195A is #F6E6A5. Grayscale: #1B1B1B. Windows color (decimal): -16180902 or 5904649. OLE color: 5904649.

HSL color Cylindrical-coordinate representation of color #09195A: hue angle of 228.15º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09195A is Cyan = 0.9, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB92590-
CMYK0.90.7200.65
HSL228.15º81.82%19.41%-
HSV(B)228.15º90%35.29%-
XYZ2.311.499.84-
YUV27.63163.2114.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 90 (35.55% from 255) = 72.58%
R=7.26%
G=20.16%
B=72.58%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal925900.90.7200.65228.1581.8219.41
Hex9195A5A48041e45213
Octal1131132132110010134412223
Binary1001110011011010101101010010000100000111100100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09195A; }

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

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

<style>
 a { background-color: #09195A; }

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

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

<style>
 span { border-color: #09195A; }

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

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