#1918a7

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

Shades of Ultramarine #1918A7

Tints of Ultramarine #1918A7

Color information

#1918A7 (or 0x1918A7) is unknown color: approx Ultramarine. HEX triplet: 19, 18 and A7. RGB value is (25,24,167). Sum of RGB (Red+Green+Blue) = 25+24+167=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 167 (65.62% from 255 or 77.31% from 216); Max value from RGB is 167 - color contains mainly: blue. Hex color #1918A7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1918A7 is #E6E758. Grayscale: #282828. Windows color (decimal): -15132505 or 10950681. OLE color: 10950681.

HSL color Cylindrical-coordinate representation of color #1918A7: hue angle of 240.42º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1918A7 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2524167-
CMYK0.850.8600.35
HSL240.42º74.87%37.45%-
HSV(B)240.42º85.63%65.49%-
XYZ7.73.6536.86-
YUV40.6199.33116.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.57%
GREEN value IS 24 (9.77% from 255) = 11.11%
BLUE value IS 167 (65.62% from 255) = 77.31%
R=11.57%
G=11.11%
B=77.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal25241670.850.8600.35240.4274.8737.45
Hex1918A75556023f04b25
Octal313024712512604336011345
Binary110011100010100111101010110101100100011111100001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1918a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1918a7; }

 p { color: rgb(25,24,167); }

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

<style>
 a { background-color: #1918a7; }

 a { background-color: rgb(25,24,167); }

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

<style>
 span { border-color: #1918a7; }

 span { border-color: rgb(25,24,167); }

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