Html Css Color HEX #18018E Ultramarine

📋 copy color: '#18018E'

red 24 ◦ green 1 ◦ blue 142

#18018E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #18018E

Tints of Ultramarine #18018E

RGB

 RED value IS 24 (9.77% from 255) = 14.37%

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 142 (55.86% from 255) = 85.03%

R = 14.37%
G = 0.6%
B = 85.03%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18018E (or 0x18018E) is known color: Ultramarine. HEX triplet: 18, 01 and 8E. RGB value is (24,1,142). Sum of RGB (Red+Green+Blue) = 24+1+142=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 142 (55.86% from 255 or 85.03% from 167); Max value from RGB is 142 - color contains mainly: blue. Hex color #18018E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18018E is #E7FE71. Grayscale: #171717. Windows color (decimal): -15203954 or 9306392. OLE color: 9306392.

HSL color Cylindrical-coordinate representation of color #18018E: hue angle of 249.79º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18018E is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 1 142 -
CMYK 0.83 0.99 0 0.44
HSL 249.79º 0.99% 0.28% -
HSV(B) 249.79º 0.99% 0.56% -
XYZ 5.27 2.17 25.73 -
YUV 23.95 194.62 128.04 -
System Red Green Blue C M Y K H S L
Decimal 24 1 142 0.83 0.99 0 0.44 249.79 0.99 0.28
Hex 18 1 8E 53 63 0 2C FA 63 1C
Octal 30 1 216 123 143 0 54 372 143 34
Binary 11000 1 10001110 1010011 1100011 0 101100 11111010 1100011 11100

Color Harmonies of #18018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18018E

Black with #18018E

Text Example


Text Example

White with #18018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18018E; }

 p { color: rgb(24,1,142); }

 H1.HeaderClassName
 {
   color: #18018E;
 }
 .AnyTagClassName
 {
   color: #18018E;
 }
</style>

background-color css

<style>
 a { background-color: #18018E; }

 a { background-color: rgb(24,1,142); }

 div.DivClassName
 {
   background-color: #18018E;
 }
 .BgClassName
 {
   background-color: #18018E;
 }
</style>

border-color css

<style>
 span { border-color: #18018E; }

 span { border-color: rgb(24,1,142); }

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