Html Css Color HEX #141895 Ultramarine

📋 copy color: '#141895'

red 20 ◦ green 24 ◦ blue 149

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

Shades of Ultramarine #141895

Tints of Ultramarine #141895

RGB

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

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

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

R = 10.36%
G = 12.44%
B = 77.2%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#141895 (or 0x141895) is known color: Ultramarine. HEX triplet: 14, 18 and 95. RGB value is (20,24,149). Sum of RGB (Red+Green+Blue) = 20+24+149=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 149 (58.59% from 255 or 77.20% from 193); Max value from RGB is 149 - color contains mainly: blue. Hex color #141895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141895 is #EBE76A. Grayscale: #242424. Windows color (decimal): -15460203 or 9771028. OLE color: 9771028.

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

Color convert

RGB 20 24 149 -
CMYK 0.87 0.84 0 0.42
HSL 238.14º 0.76% 0.33% -
HSV(B) 238.14º 0.87% 0.58% -
XYZ 6.04 2.97 28.69 -
YUV 37.05 191.17 115.84 -
System Red Green Blue C M Y K H S L
Decimal 20 24 149 0.87 0.84 0 0.42 238.14 0.76 0.33
Hex 14 18 95 57 54 0 2A EE 4C 21
Octal 24 30 225 127 124 0 52 356 114 41
Binary 10100 11000 10010101 1010111 1010100 0 101010 11101110 1001100 100001

Color Harmonies of #141895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141895

Black with #141895

Text Example


Text Example

White with #141895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141895; }

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

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

background-color css

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

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

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

border-color css

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

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

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