Html Css Color HEX #141F91 Ultramarine

📋 copy color: '#141F91'

red 20 ◦ green 31 ◦ blue 145

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

Shades of Ultramarine #141F91

Tints of Ultramarine #141F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 73.98%

R = 10.2%
G = 15.82%
B = 73.98%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#141F91 (or 0x141F91) is known color: Ultramarine. HEX triplet: 14, 1F and 91. RGB value is (20,31,145). Sum of RGB (Red+Green+Blue) = 20+31+145=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #141F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141F91 is #EBE06E. Grayscale: #282828. Windows color (decimal): -15458415 or 9510676. OLE color: 9510676.

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

Color convert

RGB 20 31 145 -
CMYK 0.86 0.79 0 0.43
HSL 234.72º 0.76% 0.32% -
HSV(B) 234.72º 0.86% 0.57% -
XYZ 5.89 3.17 27.09 -
YUV 40.71 186.86 113.23 -
System Red Green Blue C M Y K H S L
Decimal 20 31 145 0.86 0.79 0 0.43 234.72 0.76 0.32
Hex 14 1F 91 56 4F 0 2B EB 4C 20
Octal 24 37 221 126 117 0 53 353 114 40
Binary 10100 11111 10010001 1010110 1001111 0 101011 11101011 1001100 100000

Color Harmonies of #141F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F91

Black with #141F91

Text Example


Text Example

White with #141F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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