Html Css Color HEX #14018F Ultramarine

📋 copy color: '#14018F'

red 20 ◦ green 1 ◦ blue 143

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

Shades of Ultramarine #14018F

Tints of Ultramarine #14018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 87.2%

R = 12.2%
G = 0.61%
B = 87.2%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14018F (or 0x14018F) is known color: Ultramarine. HEX triplet: 14, 01 and 8F. RGB value is (20,1,143). Sum of RGB (Red+Green+Blue) = 20+1+143=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 143 (56.25% from 255 or 87.20% from 164); Max value from RGB is 143 - color contains mainly: blue. Hex color #14018F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14018F is #EBFE70. Grayscale: #161616. Windows color (decimal): -15466097 or 9371924. OLE color: 9371924.

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

Color convert

RGB 20 1 143 -
CMYK 0.86 0.99 0 0.44
HSL 248.03º 0.99% 0.28% -
HSV(B) 248.03º 0.99% 0.56% -
XYZ 5.26 2.15 26.13 -
YUV 22.87 195.79 125.95 -
System Red Green Blue C M Y K H S L
Decimal 20 1 143 0.86 0.99 0 0.44 248.03 0.99 0.28
Hex 14 1 8F 56 63 0 2C F8 63 1C
Octal 24 1 217 126 143 0 54 370 143 34
Binary 10100 1 10001111 1010110 1100011 0 101100 11111000 1100011 11100

Color Harmonies of #14018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14018F

Black with #14018F

Text Example


Text Example

White with #14018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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