#08195A

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

Shades of Sapphire #08195A

Tints of Sapphire #08195A

Color information

#08195A (or 0x08195A) is unknown color: approx Sapphire. HEX triplet: 08, 19 and 5A. RGB value is (8,25,90). Sum of RGB (Red+Green+Blue) = 8+25+90=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 90 (35.55% from 255 or 73.17% from 123); Max value from RGB is 90 - color contains mainly: blue. Hex color #08195A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08195A is #F7E6A5. Grayscale: #1B1B1B. Windows color (decimal): -16246438 or 5904648. OLE color: 5904648.

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

Color convert

RGB82590-
CMYK0.910.7200.65
HSL227.56º83.67%19.22%-
HSV(B)227.56º91.11%35.29%-
XYZ2.291.499.84-
YUV27.33163.37114.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 25 (10.16% from 255) = 20.33%
BLUE value IS 90 (35.55% from 255) = 73.17%
R=6.50%
G=20.33%
B=73.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal825900.910.7200.65227.5683.6719.22
Hex8195A5B48041e45413
Octal1031132133110010134412423
Binary1000110011011010101101110010000100000111100100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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