Html Css Color HEX #141995 Ultramarine

📋 copy color: '#141995'

red 20 ◦ green 25 ◦ blue 149

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

Shades of Ultramarine #141995

Tints of Ultramarine #141995

RGB

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

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

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

R = 10.31%
G = 12.89%
B = 76.8%

CMYK

 C value IS 0.87

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#141995 (or 0x141995) is known color: Ultramarine. HEX triplet: 14, 19 and 95. RGB value is (20,25,149). Sum of RGB (Red+Green+Blue) = 20+25+149=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #141995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141995 is #EBE66A. Grayscale: #252525. Windows color (decimal): -15459947 or 9771284. OLE color: 9771284.

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

Color convert

RGB 20 25 149 -
CMYK 0.87 0.83 0 0.42
HSL 237.67º 0.76% 0.33% -
HSV(B) 237.67º 0.87% 0.58% -
XYZ 6.06 3.01 28.7 -
YUV 37.64 190.84 115.42 -
System Red Green Blue C M Y K H S L
Decimal 20 25 149 0.87 0.83 0 0.42 237.67 0.76 0.33
Hex 14 19 95 57 53 0 2A EE 4C 21
Octal 24 31 225 127 123 0 52 356 114 41
Binary 10100 11001 10010101 1010111 1010011 0 101010 11101110 1001100 100001

Color Harmonies of #141995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141995

Black with #141995

Text Example


Text Example

White with #141995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141995; }

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

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

background-color css

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

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

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

border-color css

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

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

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