Html Css Color HEX #1814AB Ultramarine

📋 copy color: '#1814AB'

red 24 ◦ green 20 ◦ blue 171

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

Shades of Ultramarine #1814AB

Tints of Ultramarine #1814AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 79.53%

R = 11.16%
G = 9.3%
B = 79.53%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1814AB (or 0x1814AB) is known color: Ultramarine. HEX triplet: 18, 14 and AB. RGB value is (24,20,171). Sum of RGB (Red+Green+Blue) = 24+20+171=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #1814AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1814AB is #E7EB54. Grayscale: #252525. Windows color (decimal): -15199061 or 11211800. OLE color: 11211800.

HSL color Cylindrical-coordinate representation of color #1814AB: hue angle of 241.59º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1814AB is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 20 171 -
CMYK 0.86 0.88 0 0.33
HSL 241.59º 0.79% 0.37% -
HSV(B) 241.59º 0.88% 0.67% -
XYZ 7.98 3.63 38.81 -
YUV 38.41 202.83 117.72 -
System Red Green Blue C M Y K H S L
Decimal 24 20 171 0.86 0.88 0 0.33 241.59 0.79 0.37
Hex 18 14 AB 56 58 0 21 F2 4F 25
Octal 30 24 253 126 130 0 41 362 117 45
Binary 11000 10100 10101011 1010110 1011000 0 100001 11110010 1001111 100101

Color Harmonies of #1814AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1814AB

Black with #1814AB

Text Example


Text Example

White with #1814AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1814AB; }

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

 H1.HeaderClassName
 {
   color: #1814AB;
 }
 .AnyTagClassName
 {
   color: #1814AB;
 }
</style>

background-color css

<style>
 a { background-color: #1814AB; }

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

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

border-color css

<style>
 span { border-color: #1814AB; }

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

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