Html Css Color HEX #141095 Ultramarine

📋 copy color: '#141095'

red 20 ◦ green 16 ◦ blue 149

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

Shades of Ultramarine #141095

Tints of Ultramarine #141095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 80.54%

R = 10.81%
G = 8.65%
B = 80.54%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#141095 (or 0x141095) is known color: Ultramarine. HEX triplet: 14, 10 and 95. RGB value is (20,16,149). Sum of RGB (Red+Green+Blue) = 20+16+149=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #141095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141095 is #EBEF6A. Grayscale: #1F1F1F. Windows color (decimal): -15462251 or 9768980. OLE color: 9768980.

HSL color Cylindrical-coordinate representation of color #141095: hue angle of 241.8º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141095 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 16 149 -
CMYK 0.87 0.89 0 0.42
HSL 241.8º 0.81% 0.32% -
HSV(B) 241.8º 0.89% 0.58% -
XYZ 5.9 2.69 28.64 -
YUV 32.36 193.83 119.19 -
System Red Green Blue C M Y K H S L
Decimal 20 16 149 0.87 0.89 0 0.42 241.8 0.81 0.32
Hex 14 10 95 57 59 0 2A F2 51 20
Octal 24 20 225 127 131 0 52 362 121 40
Binary 10100 10000 10010101 1010111 1011001 0 101010 11110010 1010001 100000

Color Harmonies of #141095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141095

Black with #141095

Text Example


Text Example

White with #141095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141095; }

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

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

background-color css

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

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

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

border-color css

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

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

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