Html Css Color HEX #18188D Ultramarine

📋 copy color: '#18188D'

red 24 ◦ green 24 ◦ blue 141

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

Shades of Ultramarine #18188D

Tints of Ultramarine #18188D

RGB

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

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

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

R = 12.7%
G = 12.7%
B = 74.6%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18188D (or 0x18188D) is known color: Ultramarine. HEX triplet: 18, 18 and 8D. RGB value is (24,24,141). Sum of RGB (Red+Green+Blue) = 24+24+141=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 141 (55.47% from 255 or 74.60% from 189); Max value from RGB is 141 - color contains mainly: blue. Hex color #18188D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18188D is #E7E772. Grayscale: #242424. Windows color (decimal): -15198067 or 9246744. OLE color: 9246744.

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

Color convert

RGB 24 24 141 -
CMYK 0.83 0.83 0 0.45
HSL 240º 0.71% 0.32% -
HSV(B) 240º 0.83% 0.55% -
XYZ 5.51 2.77 25.44 -
YUV 37.34 186.5 118.49 -
System Red Green Blue C M Y K H S L
Decimal 24 24 141 0.83 0.83 0 0.45 240 0.71 0.32
Hex 18 18 8D 53 53 0 2D F0 47 20
Octal 30 30 215 123 123 0 55 360 107 40
Binary 11000 11000 10001101 1010011 1010011 0 101101 11110000 1000111 100000

Color Harmonies of #18188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18188D

Black with #18188D

Text Example


Text Example

White with #18188D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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