Html Css Color HEX #14118F Ultramarine

📋 copy color: '#14118F'

red 20 ◦ green 17 ◦ blue 143

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

Shades of Ultramarine #14118F

Tints of Ultramarine #14118F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.44%

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

R = 11.11%
G = 9.44%
B = 79.44%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14118F (or 0x14118F) is known color: Ultramarine. HEX triplet: 14, 11 and 8F. RGB value is (20,17,143). Sum of RGB (Red+Green+Blue) = 20+17+143=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 143 (56.25% from 255 or 79.44% from 180); Max value from RGB is 143 - color contains mainly: blue. Hex color #14118F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14118F is #EBEE70. Grayscale: #1F1F1F. Windows color (decimal): -15462001 or 9376020. OLE color: 9376020.

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

Color convert

RGB 20 17 143 -
CMYK 0.86 0.88 0 0.44
HSL 241.43º 0.79% 0.31% -
HSV(B) 241.43º 0.88% 0.56% -
XYZ 5.45 2.53 26.19 -
YUV 32.26 190.49 119.25 -
System Red Green Blue C M Y K H S L
Decimal 20 17 143 0.86 0.88 0 0.44 241.43 0.79 0.31
Hex 14 11 8F 56 58 0 2C F1 4F 1F
Octal 24 21 217 126 130 0 54 361 117 37
Binary 10100 10001 10001111 1010110 1011000 0 101100 11110001 1001111 11111

Color Harmonies of #14118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14118F

Black with #14118F

Text Example


Text Example

White with #14118F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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