#18208A

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

Shades of Ultramarine #18208A

Tints of Ultramarine #18208A

Color information

#18208A (or 0x18208A) is unknown color: approx Ultramarine. HEX triplet: 18, 20 and 8A. RGB value is (24,32,138). Sum of RGB (Red+Green+Blue) = 24+32+138=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #18208A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18208A is #E7DF75. Grayscale: #292929. Windows color (decimal): -15196022 or 9052184. OLE color: 9052184.

HSL color Cylindrical-coordinate representation of color #18208A: hue angle of 235.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18208A is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2432138-
CMYK0.830.7700.46
HSL235.79º70.37%31.76%-
HSV(B)235.79º82.61%54.12%-
XYZ5.483.0624.35-
YUV41.69182.35115.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.37%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 138 (54.30% from 255) = 71.13%
R=12.37%
G=16.49%
B=71.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24321380.830.7700.46235.7970.3731.76
Hex18208A534D02Eec4620
Octal304021212311505635410640
Binary1100010000010001010101001110011010101110111011001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18208A; }

 p { color: rgb(24,32,138); }

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

<style>
 a { background-color: #18208A; }

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

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

<style>
 span { border-color: #18208A; }

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

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