Html Css Color HEX #18159B Ultramarine

📋 copy color: '#18159B'

red 24 ◦ green 21 ◦ blue 155

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

Shades of Ultramarine #18159B

Tints of Ultramarine #18159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.5%

 BLUE value IS 155 (60.94% from 255) = 77.5%

R = 12%
G = 10.5%
B = 77.5%

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18159B (or 0x18159B) is known color: Ultramarine. HEX triplet: 18, 15 and 9B. RGB value is (24,21,155). Sum of RGB (Red+Green+Blue) = 24+21+155=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #18159B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18159B is #E7EA64. Grayscale: #242424. Windows color (decimal): -15198821 or 10163480. OLE color: 10163480.

HSL color Cylindrical-coordinate representation of color #18159B: hue angle of 241.34º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18159B is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 21 155 -
CMYK 0.85 0.86 0 0.39
HSL 241.34º 0.76% 0.35% -
HSV(B) 241.34º 0.86% 0.61% -
XYZ 6.56 3.1 31.26 -
YUV 37.17 194.49 118.6 -
System Red Green Blue C M Y K H S L
Decimal 24 21 155 0.85 0.86 0 0.39 241.34 0.76 0.35
Hex 18 15 9B 55 56 0 27 F1 4C 23
Octal 30 25 233 125 126 0 47 361 114 43
Binary 11000 10101 10011011 1010101 1010110 0 100111 11110001 1001100 100011

Color Harmonies of #18159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18159B

Black with #18159B

Text Example


Text Example

White with #18159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18159B; }

 p { color: rgb(24,21,155); }

 H1.HeaderClassName
 {
   color: #18159B;
 }
 .AnyTagClassName
 {
   color: #18159B;
 }
</style>

background-color css

<style>
 a { background-color: #18159B; }

 a { background-color: rgb(24,21,155); }

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

border-color css

<style>
 span { border-color: #18159B; }

 span { border-color: rgb(24,21,155); }

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