#0D194E

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

Shades of Sapphire #0D194E

Tints of Sapphire #0D194E

Color information

#0D194E (or 0x0D194E) is unknown color: approx Sapphire. HEX triplet: 0D, 19 and 4E. RGB value is (13,25,78). Sum of RGB (Red+Green+Blue) = 13+25+78=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 78 (30.86% from 255 or 67.24% from 116); Max value from RGB is 78 - color contains mainly: blue. Hex color #0D194E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D194E is #F2E6B1. Grayscale: #1B1B1B. Windows color (decimal): -15918770 or 5118221. OLE color: 5118221.

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

Color convert

RGB132578-
CMYK0.830.6800.69
HSL228.92º71.43%17.84%-
HSV(B)228.92º83.33%30.59%-
XYZ1.891.337.37-
YUV27.45156.52117.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.21%
GREEN value IS 25 (10.16% from 255) = 21.55%
BLUE value IS 78 (30.86% from 255) = 67.24%
R=11.21%
G=21.55%
B=67.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1325780.830.6800.69228.9271.4317.84
HexD194E5344045e54712
Octal1531116123104010534510722
Binary1101110011001110101001110001000100010111100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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