Html Css Color HEX #18098D Ultramarine

📋 copy color: '#18098D'

red 24 ◦ green 9 ◦ blue 141

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

Shades of Ultramarine #18098D

Tints of Ultramarine #18098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.17%

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

R = 13.79%
G = 5.17%
B = 81.03%

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

#18098D (or 0x18098D) is known color: Ultramarine. HEX triplet: 18, 09 and 8D. RGB value is (24,9,141). Sum of RGB (Red+Green+Blue) = 24+9+141=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 141 (55.47% from 255 or 81.03% from 174); Max value from RGB is 141 - color contains mainly: blue. Hex color #18098D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18098D is #E7F672. Grayscale: #1C1C1C. Windows color (decimal): -15201907 or 9242904. OLE color: 9242904.

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

Color convert

RGB 24 9 141 -
CMYK 0.83 0.94 0 0.45
HSL 246.82º 0.88% 0.29% -
HSV(B) 246.82º 0.94% 0.55% -
XYZ 5.28 2.31 25.37 -
YUV 28.53 191.47 124.77 -
System Red Green Blue C M Y K H S L
Decimal 24 9 141 0.83 0.94 0 0.45 246.82 0.88 0.29
Hex 18 9 8D 53 5E 0 2D F7 58 1D
Octal 30 11 215 123 136 0 55 367 130 35
Binary 11000 1001 10001101 1010011 1011110 0 101101 11110111 1011000 11101

Color Harmonies of #18098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18098D

Black with #18098D

Text Example


Text Example

White with #18098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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