#19027E

Color #19027E Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #19027E

Tints of Ultramarine #19027E

Color information

#19027E (or 0x19027E) is unknown color: approx Ultramarine. HEX triplet: 19, 02 and 7E. RGB value is (25,2,126). Sum of RGB (Red+Green+Blue) = 25+2+126=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 126 (49.61% from 255 or 82.35% from 153); Max value from RGB is 126 - color contains mainly: blue. Hex color #19027E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19027E is #E6FD81. Grayscale: #161616. Windows color (decimal): -15138178 or 8258073. OLE color: 8258073.

HSL color Cylindrical-coordinate representation of color #19027E: hue angle of 251.13º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19027E is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB252126-
CMYK0.800.9800.51
HSL251.13º96.88%25.1%-
HSV(B)251.13º98.41%49.41%-
XYZ4.191.7619.86-
YUV23.01186.12129.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.34%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 126 (49.61% from 255) = 82.35%
R=16.34%
G=1.31%
B=82.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2521260.800.9800.51251.1396.8825.1
Hex1927E5062033fb6119
Octal31217612014206337314131
Binary1100110111111010100001100010011001111111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19027E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19027E; }

 p { color: rgb(25,2,126); }

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

<style>
 a { background-color: #19027E; }

 a { background-color: rgb(25,2,126); }

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

<style>
 span { border-color: #19027E; }

 span { border-color: rgb(25,2,126); }

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