Html Css Color HEX #141992 Ultramarine

📋 copy color: '#141992'

red 20 ◦ green 25 ◦ blue 146

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

Shades of Ultramarine #141992

Tints of Ultramarine #141992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 76.44%

R = 10.47%
G = 13.09%
B = 76.44%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#141992 (or 0x141992) is known color: Ultramarine. HEX triplet: 14, 19 and 92. RGB value is (20,25,146). Sum of RGB (Red+Green+Blue) = 20+25+146=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 146 (57.42% from 255 or 76.44% from 191); Max value from RGB is 146 - color contains mainly: blue. Hex color #141992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141992 is #EBE66D. Grayscale: #242424. Windows color (decimal): -15459950 or 9574676. OLE color: 9574676.

HSL color Cylindrical-coordinate representation of color #141992: hue angle of 237.62º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141992 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 25 146 -
CMYK 0.86 0.83 0 0.43
HSL 237.62º 0.76% 0.33% -
HSV(B) 237.62º 0.86% 0.57% -
XYZ 5.82 2.92 27.45 -
YUV 37.3 189.34 115.66 -
System Red Green Blue C M Y K H S L
Decimal 20 25 146 0.86 0.83 0 0.43 237.62 0.76 0.33
Hex 14 19 92 56 53 0 2B EE 4C 21
Octal 24 31 222 126 123 0 53 356 114 41
Binary 10100 11001 10010010 1010110 1010011 0 101011 11101110 1001100 100001

Color Harmonies of #141992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141992

Black with #141992

Text Example


Text Example

White with #141992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141992; }

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

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

background-color css

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

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

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

border-color css

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

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

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