Html Css Color HEX #18019F Ultramarine

📋 copy color: '#18019F'

red 24 ◦ green 1 ◦ blue 159

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

Shades of Ultramarine #18019F

Tints of Ultramarine #18019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 86.41%

R = 13.04%
G = 0.54%
B = 86.41%

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

#18019F (or 0x18019F) is known color: Ultramarine. HEX triplet: 18, 01 and 9F. RGB value is (24,1,159). Sum of RGB (Red+Green+Blue) = 24+1+159=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 159 (62.5% from 255 or 86.41% from 184); Max value from RGB is 159 - color contains mainly: blue. Hex color #18019F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18019F is #E7FE60. Grayscale: #191919. Windows color (decimal): -15203937 or 10420504. OLE color: 10420504.

HSL color Cylindrical-coordinate representation of color #18019F: hue angle of 248.73º 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 #18019F is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 1 159 -
CMYK 0.85 0.99 0 0.38
HSL 248.73º 0.99% 0.31% -
HSV(B) 248.73º 0.99% 0.62% -
XYZ 6.65 2.72 32.98 -
YUV 25.89 203.12 126.65 -
System Red Green Blue C M Y K H S L
Decimal 24 1 159 0.85 0.99 0 0.38 248.73 0.99 0.31
Hex 18 1 9F 55 63 0 26 F9 63 1F
Octal 30 1 237 125 143 0 46 371 143 37
Binary 11000 1 10011111 1010101 1100011 0 100110 11111001 1100011 11111

Color Harmonies of #18019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18019F

Black with #18019F

Text Example


Text Example

White with #18019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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