#1907A5

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

Shades of Ultramarine #1907A5

Tints of Ultramarine #1907A5

Color information

#1907A5 (or 0x1907A5) is unknown color: approx Ultramarine. HEX triplet: 19, 07 and A5. RGB value is (25,7,165). Sum of RGB (Red+Green+Blue) = 25+7+165=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 165 (64.84% from 255 or 83.76% from 197); Max value from RGB is 165 - color contains mainly: blue. Hex color #1907A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1907A5 is #E6F85A. Grayscale: #1D1D1D. Windows color (decimal): -15136859 or 10815257. OLE color: 10815257.

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

Color convert

RGB257165-
CMYK0.850.9600.35
HSL246.84º91.86%33.73%-
HSV(B)246.84º95.76%64.71%-
XYZ7.273.0835.81-
YUV30.39203.96124.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 7 (3.12% from 255) = 3.55%
BLUE value IS 165 (64.84% from 255) = 83.76%
R=12.69%
G=3.55%
B=83.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2571650.850.9600.35246.8491.8633.73
Hex197A55560023f75c22
Octal31724512514004336713442
Binary1100111110100101101010111000000100011111101111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1907A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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