Html Css Color HEX #18139F Ultramarine

📋 copy color: '#18139F'

red 24 ◦ green 19 ◦ blue 159

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

Shades of Ultramarine #18139F

Tints of Ultramarine #18139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

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

R = 11.88%
G = 9.41%
B = 78.71%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18139F (or 0x18139F) is known color: Ultramarine. HEX triplet: 18, 13 and 9F. RGB value is (24,19,159). Sum of RGB (Red+Green+Blue) = 24+19+159=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 159 (62.5% from 255 or 78.71% from 202); Max value from RGB is 159 - color contains mainly: blue. Hex color #18139F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18139F is #E7EC60. Grayscale: #232323. Windows color (decimal): -15199329 or 10425112. OLE color: 10425112.

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

Color convert

RGB 24 19 159 -
CMYK 0.85 0.88 0 0.38
HSL 242.14º 0.79% 0.35% -
HSV(B) 242.14º 0.88% 0.62% -
XYZ 6.87 3.16 33.05 -
YUV 36.46 197.16 119.12 -
System Red Green Blue C M Y K H S L
Decimal 24 19 159 0.85 0.88 0 0.38 242.14 0.79 0.35
Hex 18 13 9F 55 58 0 26 F2 4F 23
Octal 30 23 237 125 130 0 46 362 117 43
Binary 11000 10011 10011111 1010101 1011000 0 100110 11110010 1001111 100011

Color Harmonies of #18139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18139F

Black with #18139F

Text Example


Text Example

White with #18139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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