Html Css Color HEX #141F95 Ultramarine

📋 copy color: '#141F95'

red 20 ◦ green 31 ◦ blue 149

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

Shades of Ultramarine #141F95

Tints of Ultramarine #141F95

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.5%

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

R = 10%
G = 15.5%
B = 74.5%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#141F95 (or 0x141F95) is known color: Ultramarine. HEX triplet: 14, 1F and 95. RGB value is (20,31,149). Sum of RGB (Red+Green+Blue) = 20+31+149=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 149 (58.59% from 255 or 74.5% from 200); Max value from RGB is 149 - color contains mainly: blue. Hex color #141F95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141F95 is #EBE06A. Grayscale: #282828. Windows color (decimal): -15458411 or 9772820. OLE color: 9772820.

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

Color convert

RGB 20 31 149 -
CMYK 0.87 0.79 0 0.42
HSL 234.88º 0.76% 0.33% -
HSV(B) 234.88º 0.87% 0.58% -
XYZ 6.2 3.3 28.74 -
YUV 41.16 188.86 112.91 -
System Red Green Blue C M Y K H S L
Decimal 20 31 149 0.87 0.79 0 0.42 234.88 0.76 0.33
Hex 14 1F 95 57 4F 0 2A EB 4C 21
Octal 24 37 225 127 117 0 52 353 114 41
Binary 10100 11111 10010101 1010111 1001111 0 101010 11101011 1001100 100001

Color Harmonies of #141F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F95

Black with #141F95

Text Example


Text Example

White with #141F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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