Html Css Color HEX #141896 Ultramarine

📋 copy color: '#141896'

red 20 ◦ green 24 ◦ blue 150

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

Shades of Ultramarine #141896

Tints of Ultramarine #141896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.37%

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

R = 10.31%
G = 12.37%
B = 77.32%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#141896 (or 0x141896) is known color: Ultramarine. HEX triplet: 14, 18 and 96. RGB value is (20,24,150). Sum of RGB (Red+Green+Blue) = 20+24+150=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 150 (58.98% from 255 or 77.32% from 194); Max value from RGB is 150 - color contains mainly: blue. Hex color #141896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141896 is #EBE769. Grayscale: #242424. Windows color (decimal): -15460202 or 9836564. OLE color: 9836564.

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

Color convert

RGB 20 24 150 -
CMYK 0.87 0.84 0 0.41
HSL 238.15º 0.76% 0.33% -
HSV(B) 238.15º 0.87% 0.59% -
XYZ 6.12 3 29.11 -
YUV 37.17 191.67 115.75 -
System Red Green Blue C M Y K H S L
Decimal 20 24 150 0.87 0.84 0 0.41 238.15 0.76 0.33
Hex 14 18 96 57 54 0 29 EE 4C 21
Octal 24 30 226 127 124 0 51 356 114 41
Binary 10100 11000 10010110 1010111 1010100 0 101001 11101110 1001100 100001

Color Harmonies of #141896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141896

Black with #141896

Text Example


Text Example

White with #141896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141896; }

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

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

background-color css

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

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

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

border-color css

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

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

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