#1914A5

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

Shades of Ultramarine #1914A5

Tints of Ultramarine #1914A5

Color information

#1914A5 (or 0x1914A5) is unknown color: approx Ultramarine. HEX triplet: 19, 14 and A5. RGB value is (25,20,165). Sum of RGB (Red+Green+Blue) = 25+20+165=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 165 (64.84% from 255 or 78.57% from 210); Max value from RGB is 165 - color contains mainly: blue. Hex color #1914A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1914A5 is #E6EB5A. Grayscale: #252525. Windows color (decimal): -15133531 or 10818585. OLE color: 10818585.

HSL color Cylindrical-coordinate representation of color #1914A5: hue angle of 242.07º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1914A5 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2520165-
CMYK0.850.8800.35
HSL242.07º78.38%36.27%-
HSV(B)242.07º87.88%64.71%-
XYZ7.443.4235.87-
YUV38.02199.66118.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.90%
GREEN value IS 20 (8.20% from 255) = 9.52%
BLUE value IS 165 (64.84% from 255) = 78.57%
R=11.90%
G=9.52%
B=78.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal25201650.850.8800.35242.0778.3836.27
Hex1914A55558023f24e24
Octal312424512513004336211644
Binary110011010010100101101010110110000100011111100101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1914A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1914A5; }

 p { color: rgb(25,20,165); }

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

<style>
 a { background-color: #1914A5; }

 a { background-color: rgb(25,20,165); }

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

<style>
 span { border-color: #1914A5; }

 span { border-color: rgb(25,20,165); }

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