Html Css Color HEX #18198C Ultramarine

📋 copy color: '#18198C'

red 24 ◦ green 25 ◦ blue 140

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

Shades of Ultramarine #18198C

Tints of Ultramarine #18198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.23%

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

R = 12.7%
G = 13.23%
B = 74.07%

CMYK

 C value IS 0.83

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18198C (or 0x18198C) is known color: Ultramarine. HEX triplet: 18, 19 and 8C. RGB value is (24,25,140). Sum of RGB (Red+Green+Blue) = 24+25+140=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 140 (55.08% from 255 or 74.07% from 189); Max value from RGB is 140 - color contains mainly: blue. Hex color #18198C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18198C is #E7E673. Grayscale: #252525. Windows color (decimal): -15197812 or 9181464. OLE color: 9181464.

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

Color convert

RGB 24 25 140 -
CMYK 0.83 0.82 0 0.45
HSL 239.48º 0.71% 0.32% -
HSV(B) 239.48º 0.83% 0.55% -
XYZ 5.46 2.78 25.06 -
YUV 37.81 185.67 118.15 -
System Red Green Blue C M Y K H S L
Decimal 24 25 140 0.83 0.82 0 0.45 239.48 0.71 0.32
Hex 18 19 8C 53 52 0 2D EF 47 20
Octal 30 31 214 123 122 0 55 357 107 40
Binary 11000 11001 10001100 1010011 1010010 0 101101 11101111 1000111 100000

Color Harmonies of #18198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18198C

Black with #18198C

Text Example


Text Example

White with #18198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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