#1215A8

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

Shades of Ultramarine #1215A8

Tints of Ultramarine #1215A8

Color information

#1215A8 (or 0x1215A8) is unknown color: approx Ultramarine. HEX triplet: 12, 15 and A8. RGB value is (18,21,168). Sum of RGB (Red+Green+Blue) = 18+21+168=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 168 (66.02% from 255 or 81.16% from 207); Max value from RGB is 168 - color contains mainly: blue. Hex color #1215A8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1215A8 is #EDEA57. Grayscale: #242424. Windows color (decimal): -15592024 or 11015442. OLE color: 11015442.

HSL color Cylindrical-coordinate representation of color #1215A8: hue angle of 238.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1215A8 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1821168-
CMYK0.890.8800.34
HSL238.8º80.65%36.47%-
HSV(B)238.8º89.29%65.88%-
XYZ7.593.4937.32-
YUV36.86202.01114.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 168 (66.02% from 255) = 81.16%
R=8.70%
G=10.14%
B=81.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18211680.890.8800.34238.880.6536.47
Hex1215A85958022ef5124
Octal222525013113004235712144
Binary100101010110101000101100110110000100010111011111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1215A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1215A8; }

 p { color: rgb(18,21,168); }

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

<style>
 a { background-color: #1215A8; }

 a { background-color: rgb(18,21,168); }

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

<style>
 span { border-color: #1215A8; }

 span { border-color: rgb(18,21,168); }

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