#1907A1

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

Shades of Ultramarine #1907A1

Tints of Ultramarine #1907A1

Color information

#1907A1 (or 0x1907A1) is unknown color: approx Ultramarine. HEX triplet: 19, 07 and A1. RGB value is (25,7,161). Sum of RGB (Red+Green+Blue) = 25+7+161=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 161 (63.28% from 255 or 83.42% from 193); Max value from RGB is 161 - color contains mainly: blue. Hex color #1907A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1907A1 is #E6F85E. Grayscale: #1D1D1D. Windows color (decimal): -15136863 or 10553113. OLE color: 10553113.

HSL color Cylindrical-coordinate representation of color #1907A1: hue angle of 247.01º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1907A1 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB257161-
CMYK0.840.9600.37
HSL247.01º91.67%32.94%-
HSV(B)247.01º95.65%63.14%-
XYZ6.912.9333.92-
YUV29.94201.96124.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 7 (3.12% from 255) = 3.63%
BLUE value IS 161 (63.28% from 255) = 83.42%
R=12.95%
G=3.63%
B=83.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2571610.840.9600.37247.0191.6732.94
Hex197A15460025f75c21
Octal31724112414004536713441
Binary1100111110100001101010011000000100101111101111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1907A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1907A1; }

 p { color: rgb(25,7,161); }

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

<style>
 a { background-color: #1907A1; }

 a { background-color: rgb(25,7,161); }

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

<style>
 span { border-color: #1907A1; }

 span { border-color: rgb(25,7,161); }

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