#18088D

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

Shades of Ultramarine #18088D

Tints of Ultramarine #18088D

Color information

#18088D (or 0x18088D) is unknown color: approx Ultramarine. HEX triplet: 18, 08 and 8D. RGB value is (24,8,141). Sum of RGB (Red+Green+Blue) = 24+8+141=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 141 (55.47% from 255 or 81.50% from 173); Max value from RGB is 141 - color contains mainly: blue. Hex color #18088D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18088D is #E7F772. Grayscale: #1B1B1B. Windows color (decimal): -15202163 or 9242648. OLE color: 9242648.

HSL color Cylindrical-coordinate representation of color #18088D: hue angle of 247.22º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18088D is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB248141-
CMYK0.830.9400.45
HSL247.22º89.26%29.22%-
HSV(B)247.22º94.33%55.29%-
XYZ5.272.2925.36-
YUV27.95191.8125.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.87%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 141 (55.47% from 255) = 81.50%
R=13.87%
G=4.62%
B=81.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2481410.830.9400.45247.2289.2629.22
Hex1888D535E02Df7591d
Octal301021512313605536713135
Binary1100010001000110110100111011110010110111110111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18088D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18088D; }

 p { color: rgb(24,8,141); }

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

<style>
 a { background-color: #18088D; }

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

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

<style>
 span { border-color: #18088D; }

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

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