Html Css Color HEX #141180 Ultramarine

📋 copy color: '#141180'

red 20 ◦ green 17 ◦ blue 128

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

Shades of Ultramarine #141180

Tints of Ultramarine #141180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 77.58%

R = 12.12%
G = 10.3%
B = 77.58%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#141180 (or 0x141180) is known color: Ultramarine. HEX triplet: 14, 11 and 80. RGB value is (20,17,128). Sum of RGB (Red+Green+Blue) = 20+17+128=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 128 (50.39% from 255 or 77.58% from 165); Max value from RGB is 128 - color contains mainly: blue. Hex color #141180 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141180 is #EBEE7F. Grayscale: #1E1E1E. Windows color (decimal): -15462016 or 8392980. OLE color: 8392980.

HSL color Cylindrical-coordinate representation of color #141180: hue angle of 241.62º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #141180 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 17 128 -
CMYK 0.84 0.87 0 0.50
HSL 241.62º 0.77% 0.28% -
HSV(B) 241.62º 0.87% 0.5% -
XYZ 4.39 2.11 20.6 -
YUV 30.55 182.99 120.47 -
System Red Green Blue C M Y K H S L
Decimal 20 17 128 0.84 0.87 0 0.50 241.62 0.77 0.28
Hex 14 11 80 54 57 0 32 F2 4D 1C
Octal 24 21 200 124 127 0 62 362 115 34
Binary 10100 10001 10000000 1010100 1010111 0 110010 11110010 1001101 11100

Color Harmonies of #141180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141180

Black with #141180

Text Example


Text Example

White with #141180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141180; }

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

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

background-color css

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

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

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

border-color css

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

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

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