Html Css Color HEX #141081 Ultramarine

📋 copy color: '#141081'

red 20 ◦ green 16 ◦ blue 129

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

Shades of Ultramarine #141081

Tints of Ultramarine #141081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.7%

 BLUE value IS 129 (50.78% from 255) = 78.18%

R = 12.12%
G = 9.7%
B = 78.18%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#141081 (or 0x141081) is known color: Ultramarine. HEX triplet: 14, 10 and 81. RGB value is (20,16,129). Sum of RGB (Red+Green+Blue) = 20+16+129=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 129 (50.78% from 255 or 78.18% from 165); Max value from RGB is 129 - color contains mainly: blue. Hex color #141081 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141081 is #EBEF7E. Grayscale: #1D1D1D. Windows color (decimal): -15462271 or 8458260. OLE color: 8458260.

HSL color Cylindrical-coordinate representation of color #141081: hue angle of 242.12º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141081 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 16 129 -
CMYK 0.84 0.88 0 0.49
HSL 242.12º 0.78% 0.28% -
HSV(B) 242.12º 0.88% 0.51% -
XYZ 4.44 2.1 20.94 -
YUV 30.08 183.83 120.81 -
System Red Green Blue C M Y K H S L
Decimal 20 16 129 0.84 0.88 0 0.49 242.12 0.78 0.28
Hex 14 10 81 54 58 0 31 F2 4E 1C
Octal 24 20 201 124 130 0 61 362 116 34
Binary 10100 10000 10000001 1010100 1011000 0 110001 11110010 1001110 11100

Color Harmonies of #141081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141081

Black with #141081

Text Example


Text Example

White with #141081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141081; }

 p { color: rgb(20,16,129); }

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

background-color css

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

 a { background-color: rgb(20,16,129); }

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

border-color css

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

 span { border-color: rgb(20,16,129); }

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