#1818a7

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

Shades of Ultramarine #1818A7

Tints of Ultramarine #1818A7

Color information

#1818A7 (or 0x1818A7) is unknown color: approx Ultramarine. HEX triplet: 18, 18 and A7. RGB value is (24,24,167). Sum of RGB (Red+Green+Blue) = 24+24+167=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 167 (65.62% from 255 or 77.67% from 215); Max value from RGB is 167 - color contains mainly: blue. Hex color #1818A7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1818A7 is #E7E758. Grayscale: #272727. Windows color (decimal): -15198041 or 10950680. OLE color: 10950680.

HSL color Cylindrical-coordinate representation of color #1818A7: hue angle of 240º 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 #1818A7 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2424167-
CMYK0.860.8600.35
HSL240º74.87%37.45%-
HSV(B)240º85.63%65.49%-
XYZ7.683.6436.86-
YUV40.3199.5116.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 167 (65.62% from 255) = 77.67%
R=11.16%
G=11.16%
B=77.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24241670.860.8600.3524074.8737.45
Hex1818A75656023f04b25
Octal303024712612604336011345
Binary110001100010100111101011010101100100011111100001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1818a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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