Html Css Color HEX #18018D Ultramarine

📋 copy color: '#18018D'

red 24 ◦ green 1 ◦ blue 141

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

Shades of Ultramarine #18018D

Tints of Ultramarine #18018D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 84.94%

R = 14.46%
G = 0.6%
B = 84.94%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18018D (or 0x18018D) is known color: Ultramarine. HEX triplet: 18, 01 and 8D. RGB value is (24,1,141). Sum of RGB (Red+Green+Blue) = 24+1+141=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 141 (55.47% from 255 or 84.94% from 166); Max value from RGB is 141 - color contains mainly: blue. Hex color #18018D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18018D is #E7FE72. Grayscale: #171717. Windows color (decimal): -15203955 or 9240856. OLE color: 9240856.

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

Color convert

RGB 24 1 141 -
CMYK 0.83 0.99 0 0.45
HSL 249.86º 0.99% 0.28% -
HSV(B) 249.86º 0.99% 0.55% -
XYZ 5.2 2.14 25.34 -
YUV 23.84 194.12 128.12 -
System Red Green Blue C M Y K H S L
Decimal 24 1 141 0.83 0.99 0 0.45 249.86 0.99 0.28
Hex 18 1 8D 53 63 0 2D FA 63 1C
Octal 30 1 215 123 143 0 55 372 143 34
Binary 11000 1 10001101 1010011 1100011 0 101101 11111010 1100011 11100

Color Harmonies of #18018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18018D

Black with #18018D

Text Example


Text Example

White with #18018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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