Html Css Color HEX #18218D Ultramarine

📋 copy color: '#18218D'

red 24 ◦ green 33 ◦ blue 141

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

Shades of Ultramarine #18218D

Tints of Ultramarine #18218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.67%

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

R = 12.12%
G = 16.67%
B = 71.21%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18218D (or 0x18218D) is known color: Ultramarine. HEX triplet: 18, 21 and 8D. RGB value is (24,33,141). Sum of RGB (Red+Green+Blue) = 24+33+141=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #18218D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18218D is #E7DE72. Grayscale: #2A2A2A. Windows color (decimal): -15195763 or 9249048. OLE color: 9249048.

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

Color convert

RGB 24 33 141 -
CMYK 0.83 0.77 0 0.45
HSL 235.38º 0.71% 0.32% -
HSV(B) 235.38º 0.83% 0.55% -
XYZ 5.73 3.2 25.52 -
YUV 42.62 183.52 114.72 -
System Red Green Blue C M Y K H S L
Decimal 24 33 141 0.83 0.77 0 0.45 235.38 0.71 0.32
Hex 18 21 8D 53 4D 0 2D EB 47 20
Octal 30 41 215 123 115 0 55 353 107 40
Binary 11000 100001 10001101 1010011 1001101 0 101101 11101011 1000111 100000

Color Harmonies of #18218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18218D

Black with #18218D

Text Example


Text Example

White with #18218D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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