Html Css Color HEX #141295 Ultramarine

📋 copy color: '#141295'

red 20 ◦ green 18 ◦ blue 149

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

Shades of Ultramarine #141295

Tints of Ultramarine #141295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.63%

 BLUE value IS 149 (58.59% from 255) = 79.68%

R = 10.7%
G = 9.63%
B = 79.68%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#141295 (or 0x141295) is known color: Ultramarine. HEX triplet: 14, 12 and 95. RGB value is (20,18,149). Sum of RGB (Red+Green+Blue) = 20+18+149=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #141295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141295 is #EBED6A. Grayscale: #212121. Windows color (decimal): -15461739 or 9769492. OLE color: 9769492.

HSL color Cylindrical-coordinate representation of color #141295: hue angle of 240.92º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141295 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 18 149 -
CMYK 0.87 0.88 0 0.42
HSL 240.92º 0.78% 0.33% -
HSV(B) 240.92º 0.88% 0.58% -
XYZ 5.93 2.75 28.65 -
YUV 33.53 193.16 118.35 -
System Red Green Blue C M Y K H S L
Decimal 20 18 149 0.87 0.88 0 0.42 240.92 0.78 0.33
Hex 14 12 95 57 58 0 2A F1 4E 21
Octal 24 22 225 127 130 0 52 361 116 41
Binary 10100 10010 10010101 1010111 1011000 0 101010 11110001 1001110 100001

Color Harmonies of #141295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141295

Black with #141295

Text Example


Text Example

White with #141295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141295; }

 p { color: rgb(20,18,149); }

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

background-color css

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

 a { background-color: rgb(20,18,149); }

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

border-color css

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

 span { border-color: rgb(20,18,149); }

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