Html Css Color HEX #18218C Ultramarine

📋 copy color: '#18218C'

red 24 ◦ green 33 ◦ blue 140

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

Shades of Ultramarine #18218C

Tints of Ultramarine #18218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 71.07%

R = 12.18%
G = 16.75%
B = 71.07%

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

#18218C (or 0x18218C) is known color: Ultramarine. HEX triplet: 18, 21 and 8C. RGB value is (24,33,140). Sum of RGB (Red+Green+Blue) = 24+33+140=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #18218C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18218C is #E7DE73. Grayscale: #2A2A2A. Windows color (decimal): -15195764 or 9183512. OLE color: 9183512.

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

Color convert

RGB 24 33 140 -
CMYK 0.83 0.76 0 0.45
HSL 235.34º 0.71% 0.32% -
HSV(B) 235.34º 0.83% 0.55% -
XYZ 5.65 3.18 25.13 -
YUV 42.51 183.02 114.8 -
System Red Green Blue C M Y K H S L
Decimal 24 33 140 0.83 0.76 0 0.45 235.34 0.71 0.32
Hex 18 21 8C 53 4C 0 2D EB 47 20
Octal 30 41 214 123 114 0 55 353 107 40
Binary 11000 100001 10001100 1010011 1001100 0 101101 11101011 1000111 100000

Color Harmonies of #18218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18218C

Black with #18218C

Text Example


Text Example

White with #18218C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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