Html Css Color HEX #18149D Ultramarine

📋 copy color: '#18149D'

red 24 ◦ green 20 ◦ blue 157

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

Shades of Ultramarine #18149D

Tints of Ultramarine #18149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

 BLUE value IS 157 (61.72% from 255) = 78.11%

R = 11.94%
G = 9.95%
B = 78.11%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18149D (or 0x18149D) is known color: Ultramarine. HEX triplet: 18, 14 and 9D. RGB value is (24,20,157). Sum of RGB (Red+Green+Blue) = 24+20+157=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 157 (61.72% from 255 or 78.11% from 201); Max value from RGB is 157 - color contains mainly: blue. Hex color #18149D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18149D is #E7EB62. Grayscale: #242424. Windows color (decimal): -15199075 or 10294296. OLE color: 10294296.

HSL color Cylindrical-coordinate representation of color #18149D: hue angle of 241.75º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18149D is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 20 157 -
CMYK 0.85 0.87 0 0.38
HSL 241.75º 0.77% 0.35% -
HSV(B) 241.75º 0.87% 0.62% -
XYZ 6.71 3.13 32.15 -
YUV 36.81 195.83 118.86 -
System Red Green Blue C M Y K H S L
Decimal 24 20 157 0.85 0.87 0 0.38 241.75 0.77 0.35
Hex 18 14 9D 55 57 0 26 F2 4D 23
Octal 30 24 235 125 127 0 46 362 115 43
Binary 11000 10100 10011101 1010101 1010111 0 100110 11110010 1001101 100011

Color Harmonies of #18149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18149D

Black with #18149D

Text Example


Text Example

White with #18149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,20,157); }

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

background-color css

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

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

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

border-color css

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

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

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