Html Css Color HEX #141696 Ultramarine

📋 copy color: '#141696'

red 20 ◦ green 22 ◦ blue 150

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

Shades of Ultramarine #141696

Tints of Ultramarine #141696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.46%

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

R = 10.42%
G = 11.46%
B = 78.13%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#141696 (or 0x141696) is known color: Ultramarine. HEX triplet: 14, 16 and 96. RGB value is (20,22,150). Sum of RGB (Red+Green+Blue) = 20+22+150=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #141696 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141696 is #EBE969. Grayscale: #232323. Windows color (decimal): -15460714 or 9836052. OLE color: 9836052.

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

Color convert

RGB 20 22 150 -
CMYK 0.87 0.85 0 0.41
HSL 239.08º 0.76% 0.33% -
HSV(B) 239.08º 0.87% 0.59% -
XYZ 6.08 2.92 29.1 -
YUV 35.99 192.34 116.59 -
System Red Green Blue C M Y K H S L
Decimal 20 22 150 0.87 0.85 0 0.41 239.08 0.76 0.33
Hex 14 16 96 57 55 0 29 EF 4C 21
Octal 24 26 226 127 125 0 51 357 114 41
Binary 10100 10110 10010110 1010111 1010101 0 101001 11101111 1001100 100001

Color Harmonies of #141696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141696

Black with #141696

Text Example


Text Example

White with #141696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141696; }

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

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

background-color css

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

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

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

border-color css

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

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

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