Html Css Color HEX #14018A Ultramarine

📋 copy color: '#14018A'

red 20 ◦ green 1 ◦ blue 138

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

Shades of Ultramarine #14018A

Tints of Ultramarine #14018A

RGB

 RED value IS 20 (8.2% from 255) = 12.58%

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

 BLUE value IS 138 (54.3% from 255) = 86.79%

R = 12.58%
G = 0.63%
B = 86.79%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#14018A (or 0x14018A) is known color: Ultramarine. HEX triplet: 14, 01 and 8A. RGB value is (20,1,138). Sum of RGB (Red+Green+Blue) = 20+1+138=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 138 (54.30% from 255 or 86.79% from 159); Max value from RGB is 138 - color contains mainly: blue. Hex color #14018A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14018A is #EBFE75. Grayscale: #151515. Windows color (decimal): -15466102 or 9044244. OLE color: 9044244.

HSL color Cylindrical-coordinate representation of color #14018A: hue angle of 248.32º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14018A is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 1 138 -
CMYK 0.86 0.99 0 0.46
HSL 248.32º 0.99% 0.27% -
HSV(B) 248.32º 0.99% 0.54% -
XYZ 4.89 2.01 24.17 -
YUV 22.3 193.29 126.36 -
System Red Green Blue C M Y K H S L
Decimal 20 1 138 0.86 0.99 0 0.46 248.32 0.99 0.27
Hex 14 1 8A 56 63 0 2E F8 63 1B
Octal 24 1 212 126 143 0 56 370 143 33
Binary 10100 1 10001010 1010110 1100011 0 101110 11111000 1100011 11011

Color Harmonies of #14018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14018A

Black with #14018A

Text Example


Text Example

White with #14018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14018A; }

 p { color: rgb(20,1,138); }

 H1.HeaderClassName
 {
   color: #14018A;
 }
 .AnyTagClassName
 {
   color: #14018A;
 }
</style>

background-color css

<style>
 a { background-color: #14018A; }

 a { background-color: rgb(20,1,138); }

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

border-color css

<style>
 span { border-color: #14018A; }

 span { border-color: rgb(20,1,138); }

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