Html Css Color HEX #18218B Ultramarine

📋 copy color: '#18218B'

red 24 ◦ green 33 ◦ blue 139

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

Shades of Ultramarine #18218B

Tints of Ultramarine #18218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 70.92%

R = 12.24%
G = 16.84%
B = 70.92%

CMYK

 C value IS 0.83

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18218B (or 0x18218B) is known color: Ultramarine. HEX triplet: 18, 21 and 8B. RGB value is (24,33,139). Sum of RGB (Red+Green+Blue) = 24+33+139=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #18218B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18218B is #E7DE74. Grayscale: #292929. Windows color (decimal): -15195765 or 9117976. OLE color: 9117976.

HSL color Cylindrical-coordinate representation of color #18218B: hue angle of 235.3º 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 #18218B is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 33 139 -
CMYK 0.83 0.76 0 0.45
HSL 235.3º 0.71% 0.32% -
HSV(B) 235.3º 0.83% 0.55% -
XYZ 5.58 3.15 24.74 -
YUV 42.39 182.52 114.88 -
System Red Green Blue C M Y K H S L
Decimal 24 33 139 0.83 0.76 0 0.45 235.3 0.71 0.32
Hex 18 21 8B 53 4C 0 2D EB 47 20
Octal 30 41 213 123 114 0 55 353 107 40
Binary 11000 100001 10001011 1010011 1001100 0 101101 11101011 1000111 100000

Color Harmonies of #18218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18218B

Black with #18218B

Text Example


Text Example

White with #18218B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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