Html Css Color HEX #14018D Ultramarine

📋 copy color: '#14018D'

red 20 ◦ green 1 ◦ blue 141

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

Shades of Ultramarine #14018D

Tints of Ultramarine #14018D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 87.04%

R = 12.35%
G = 0.62%
B = 87.04%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14018D (or 0x14018D) is known color: Ultramarine. HEX triplet: 14, 01 and 8D. RGB value is (20,1,141). Sum of RGB (Red+Green+Blue) = 20+1+141=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 141 (55.47% from 255 or 87.04% from 162); Max value from RGB is 141 - color contains mainly: blue. Hex color #14018D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14018D is #EBFE72. Grayscale: #161616. Windows color (decimal): -15466099 or 9240852. OLE color: 9240852.

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

Color convert

RGB 20 1 141 -
CMYK 0.86 0.99 0 0.45
HSL 248.14º 0.99% 0.28% -
HSV(B) 248.14º 0.99% 0.55% -
XYZ 5.11 2.09 25.33 -
YUV 22.64 194.79 126.12 -
System Red Green Blue C M Y K H S L
Decimal 20 1 141 0.86 0.99 0 0.45 248.14 0.99 0.28
Hex 14 1 8D 56 63 0 2D F8 63 1C
Octal 24 1 215 126 143 0 55 370 143 34
Binary 10100 1 10001101 1010110 1100011 0 101101 11111000 1100011 11100

Color Harmonies of #14018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14018D

Black with #14018D

Text Example


Text Example

White with #14018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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