Html Css Color HEX #141096 Ultramarine

📋 copy color: '#141096'

red 20 ◦ green 16 ◦ blue 150

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

Shades of Ultramarine #141096

Tints of Ultramarine #141096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 80.65%

R = 10.75%
G = 8.6%
B = 80.65%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#141096 (or 0x141096) is known color: Ultramarine. HEX triplet: 14, 10 and 96. RGB value is (20,16,150). Sum of RGB (Red+Green+Blue) = 20+16+150=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 150 (58.98% from 255 or 80.65% from 186); Max value from RGB is 150 - color contains mainly: blue. Hex color #141096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141096 is #EBEF69. Grayscale: #1F1F1F. Windows color (decimal): -15462250 or 9834516. OLE color: 9834516.

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

Color convert

RGB 20 16 150 -
CMYK 0.87 0.89 0 0.41
HSL 241.79º 0.81% 0.33% -
HSV(B) 241.79º 0.89% 0.59% -
XYZ 5.98 2.72 29.06 -
YUV 32.47 194.33 119.1 -
System Red Green Blue C M Y K H S L
Decimal 20 16 150 0.87 0.89 0 0.41 241.79 0.81 0.33
Hex 14 10 96 57 59 0 29 F2 51 21
Octal 24 20 226 127 131 0 51 362 121 41
Binary 10100 10000 10010110 1010111 1011001 0 101001 11110010 1010001 100001

Color Harmonies of #141096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141096

Black with #141096

Text Example


Text Example

White with #141096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141096; }

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

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

background-color css

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

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

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

border-color css

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

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

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