Html Css Color HEX #141D91 Ultramarine

📋 copy color: '#141D91'

red 20 ◦ green 29 ◦ blue 145

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

Shades of Ultramarine #141D91

Tints of Ultramarine #141D91

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.95%

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

R = 10.31%
G = 14.95%
B = 74.74%

CMYK

 C value IS 0.86

 M value IS 0.8

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#141D91 (or 0x141D91) is known color: Ultramarine. HEX triplet: 14, 1D and 91. RGB value is (20,29,145). Sum of RGB (Red+Green+Blue) = 20+29+145=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #141D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141D91 is #EBE26E. Grayscale: #272727. Windows color (decimal): -15458927 or 9510164. OLE color: 9510164.

HSL color Cylindrical-coordinate representation of color #141D91: hue angle of 235.68º 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 #141D91 is Cyan = 0.86, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 29 145 -
CMYK 0.86 0.8 0 0.43
HSL 235.68º 0.76% 0.32% -
HSV(B) 235.68º 0.86% 0.57% -
XYZ 5.84 3.07 27.07 -
YUV 39.53 187.52 114.07 -
System Red Green Blue C M Y K H S L
Decimal 20 29 145 0.86 0.8 0 0.43 235.68 0.76 0.32
Hex 14 1D 91 56 50 0 2B EC 4C 20
Octal 24 35 221 126 120 0 53 354 114 40
Binary 10100 11101 10010001 1010110 1010000 0 101011 11101100 1001100 100000

Color Harmonies of #141D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D91

Black with #141D91

Text Example


Text Example

White with #141D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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