#18027D

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

Shades of Ultramarine #18027D

Tints of Ultramarine #18027D

Color information

#18027D (or 0x18027D) is unknown color: approx Ultramarine. HEX triplet: 18, 02 and 7D. RGB value is (24,2,125). Sum of RGB (Red+Green+Blue) = 24+2+125=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 125 (49.22% from 255 or 82.78% from 151); Max value from RGB is 125 - color contains mainly: blue. Hex color #18027D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18027D is #E7FD82. Grayscale: #161616. Windows color (decimal): -15203715 or 8192536. OLE color: 8192536.

HSL color Cylindrical-coordinate representation of color #18027D: hue angle of 250.73º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18027D is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB242125-
CMYK0.810.9800.51
HSL250.73º96.85%24.9%-
HSV(B)250.73º98.4%49.02%-
XYZ4.11.7219.52-
YUV22.6185.79129-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 125 (49.22% from 255) = 82.78%
R=15.89%
G=1.32%
B=82.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2421250.810.9800.51250.7396.8524.9
Hex1827D5162033fb6119
Octal30217512114206337314131
Binary1100010111110110100011100010011001111111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,2,125); }

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

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

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

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

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

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

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