Html Css Color HEX #18149F Ultramarine

📋 copy color: '#18149F'

red 24 ◦ green 20 ◦ blue 159

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

Shades of Ultramarine #18149F

Tints of Ultramarine #18149F

RGB

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

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

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

R = 11.82%
G = 9.85%
B = 78.33%

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

#18149F (or 0x18149F) is known color: Ultramarine. HEX triplet: 18, 14 and 9F. RGB value is (24,20,159). Sum of RGB (Red+Green+Blue) = 24+20+159=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 159 (62.5% from 255 or 78.33% from 203); Max value from RGB is 159 - color contains mainly: blue. Hex color #18149F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18149F is #E7EB60. Grayscale: #242424. Windows color (decimal): -15199073 or 10425368. OLE color: 10425368.

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

Color convert

RGB 24 20 159 -
CMYK 0.85 0.87 0 0.38
HSL 241.73º 0.78% 0.35% -
HSV(B) 241.73º 0.87% 0.62% -
XYZ 6.88 3.2 33.06 -
YUV 37.04 196.83 118.7 -
System Red Green Blue C M Y K H S L
Decimal 24 20 159 0.85 0.87 0 0.38 241.73 0.78 0.35
Hex 18 14 9F 55 57 0 26 F2 4E 23
Octal 30 24 237 125 127 0 46 362 116 43
Binary 11000 10100 10011111 1010101 1010111 0 100110 11110010 1001110 100011

Color Harmonies of #18149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18149F

Black with #18149F

Text Example


Text Example

White with #18149F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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