#0A194E

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

Shades of Sapphire #0A194E

Tints of Sapphire #0A194E

Color information

#0A194E (or 0x0A194E) is unknown color: approx Sapphire. HEX triplet: 0A, 19 and 4E. RGB value is (10,25,78). Sum of RGB (Red+Green+Blue) = 10+25+78=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 78 (30.86% from 255 or 69.03% from 113); Max value from RGB is 78 - color contains mainly: blue. Hex color #0A194E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A194E is #F5E6B1. Grayscale: #1A1A1A. Windows color (decimal): -16115378 or 5118218. OLE color: 5118218.

HSL color Cylindrical-coordinate representation of color #0A194E: hue angle of 226.76º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A194E is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB102578-
CMYK0.870.6800.69
HSL226.76º77.27%17.25%-
HSV(B)226.76º87.18%30.59%-
XYZ1.851.317.36-
YUV26.56157.03116.19-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.85%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 78 (30.86% from 255) = 69.03%
R=8.85%
G=22.12%
B=69.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1025780.870.6800.69226.7677.2717.25
HexA194E5744045e34d11
Octal1231116127104010534311521
Binary1010110011001110101011110001000100010111100011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A194E; }

 p { color: rgb(10,25,78); }

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

<style>
 a { background-color: #0A194E; }

 a { background-color: rgb(10,25,78); }

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

<style>
 span { border-color: #0A194E; }

 span { border-color: rgb(10,25,78); }

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