#15218C

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

Shades of Ultramarine #15218C

Tints of Ultramarine #15218C

Color information

#15218C (or 0x15218C) is unknown color: approx Ultramarine. HEX triplet: 15, 21 and 8C. RGB value is (21,33,140). Sum of RGB (Red+Green+Blue) = 21+33+140=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 140 (55.08% from 255 or 72.16% from 194); Max value from RGB is 140 - color contains mainly: blue. Hex color #15218C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15218C is #EADE73. Grayscale: #292929. Windows color (decimal): -15392372 or 9183509. OLE color: 9183509.

HSL color Cylindrical-coordinate representation of color #15218C: hue angle of 233.95º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15218C is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2133140-
CMYK0.850.7600.45
HSL233.95º73.91%31.57%-
HSV(B)233.95º85%54.9%-
XYZ5.593.1425.12-
YUV41.61183.52113.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 140 (55.08% from 255) = 72.16%
R=10.82%
G=17.01%
B=72.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21331400.850.7600.45233.9573.9131.57
Hex15218C554C02Dea4a20
Octal254121412511405535211240
Binary1010110000110001100101010110011000101101111010101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15218C; }

 p { color: rgb(21,33,140); }

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

<style>
 a { background-color: #15218C; }

 a { background-color: rgb(21,33,140); }

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

<style>
 span { border-color: #15218C; }

 span { border-color: rgb(21,33,140); }

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