Html Css Color HEX #18019D Ultramarine

📋 copy color: '#18019D'

red 24 ◦ green 1 ◦ blue 157

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

Shades of Ultramarine #18019D

Tints of Ultramarine #18019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 13.19%
G = 0.55%
B = 86.26%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18019D (or 0x18019D) is known color: Ultramarine. HEX triplet: 18, 01 and 9D. RGB value is (24,1,157). Sum of RGB (Red+Green+Blue) = 24+1+157=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 157 (61.72% from 255 or 86.26% from 182); Max value from RGB is 157 - color contains mainly: blue. Hex color #18019D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18019D is #E7FE62. Grayscale: #191919. Windows color (decimal): -15203939 or 10289432. OLE color: 10289432.

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

Color convert

RGB 24 1 157 -
CMYK 0.85 0.99 0 0.38
HSL 248.85º 0.99% 0.31% -
HSV(B) 248.85º 0.99% 0.62% -
XYZ 6.47 2.65 32.07 -
YUV 25.66 202.12 126.82 -
System Red Green Blue C M Y K H S L
Decimal 24 1 157 0.85 0.99 0 0.38 248.85 0.99 0.31
Hex 18 1 9D 55 63 0 26 F9 63 1F
Octal 30 1 235 125 143 0 46 371 143 37
Binary 11000 1 10011101 1010101 1100011 0 100110 11111001 1100011 11111

Color Harmonies of #18019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18019D

Black with #18019D

Text Example


Text Example

White with #18019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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