Html Css Color HEX #18088D Ultramarine

📋 copy color: '#18088D'

red 24 ◦ green 8 ◦ blue 141

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

Shades of Ultramarine #18088D

Tints of Ultramarine #18088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

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

R = 13.87%
G = 4.62%
B = 81.5%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18088D (or 0x18088D) is known color: Ultramarine. HEX triplet: 18, 08 and 8D. RGB value is (24,8,141). Sum of RGB (Red+Green+Blue) = 24+8+141=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 141 (55.47% from 255 or 81.50% from 173); Max value from RGB is 141 - color contains mainly: blue. Hex color #18088D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18088D is #E7F772. Grayscale: #1B1B1B. Windows color (decimal): -15202163 or 9242648. OLE color: 9242648.

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

Color convert

RGB 24 8 141 -
CMYK 0.83 0.94 0 0.45
HSL 247.22º 0.89% 0.29% -
HSV(B) 247.22º 0.94% 0.55% -
XYZ 5.27 2.29 25.36 -
YUV 27.95 191.8 125.19 -
System Red Green Blue C M Y K H S L
Decimal 24 8 141 0.83 0.94 0 0.45 247.22 0.89 0.29
Hex 18 8 8D 53 5E 0 2D F7 59 1D
Octal 30 10 215 123 136 0 55 367 131 35
Binary 11000 1000 10001101 1010011 1011110 0 101101 11110111 1011001 11101

Color Harmonies of #18088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18088D

Black with #18088D

Text Example


Text Example

White with #18088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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