Html Css Color HEX #141996 Ultramarine

📋 copy color: '#141996'

red 20 ◦ green 25 ◦ blue 150

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

Shades of Ultramarine #141996

Tints of Ultramarine #141996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.82%

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

R = 10.26%
G = 12.82%
B = 76.92%

CMYK

 C value IS 0.87

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#141996 (or 0x141996) is known color: Ultramarine. HEX triplet: 14, 19 and 96. RGB value is (20,25,150). Sum of RGB (Red+Green+Blue) = 20+25+150=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 150 (58.98% from 255 or 76.92% from 195); Max value from RGB is 150 - color contains mainly: blue. Hex color #141996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141996 is #EBE669. Grayscale: #252525. Windows color (decimal): -15459946 or 9836820. OLE color: 9836820.

HSL color Cylindrical-coordinate representation of color #141996: hue angle of 237.69º 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 #141996 is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 25 150 -
CMYK 0.87 0.83 0 0.41
HSL 237.69º 0.76% 0.33% -
HSV(B) 237.69º 0.87% 0.59% -
XYZ 6.14 3.05 29.12 -
YUV 37.76 191.34 115.34 -
System Red Green Blue C M Y K H S L
Decimal 20 25 150 0.87 0.83 0 0.41 237.69 0.76 0.33
Hex 14 19 96 57 53 0 29 EE 4C 21
Octal 24 31 226 127 123 0 51 356 114 41
Binary 10100 11001 10010110 1010111 1010011 0 101001 11101110 1001100 100001

Color Harmonies of #141996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141996

Black with #141996

Text Example


Text Example

White with #141996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141996; }

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

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

background-color css

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

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

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

border-color css

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

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

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