Html Css Color HEX #141D92 Ultramarine

📋 copy color: '#141D92'

red 20 ◦ green 29 ◦ blue 146

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

Shades of Ultramarine #141D92

Tints of Ultramarine #141D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 74.87%

R = 10.26%
G = 14.87%
B = 74.87%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#141D92 (or 0x141D92) is known color: Ultramarine. HEX triplet: 14, 1D and 92. RGB value is (20,29,146). Sum of RGB (Red+Green+Blue) = 20+29+146=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 146 (57.42% from 255 or 74.87% from 195); Max value from RGB is 146 - color contains mainly: blue. Hex color #141D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141D92 is #EBE26D. Grayscale: #272727. Windows color (decimal): -15458926 or 9575700. OLE color: 9575700.

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

Color convert

RGB 20 29 146 -
CMYK 0.86 0.80 0 0.43
HSL 235.71º 0.76% 0.33% -
HSV(B) 235.71º 0.86% 0.57% -
XYZ 5.92 3.1 27.48 -
YUV 39.65 188.02 113.99 -
System Red Green Blue C M Y K H S L
Decimal 20 29 146 0.86 0.80 0 0.43 235.71 0.76 0.33
Hex 14 1D 92 56 50 0 2B EC 4C 21
Octal 24 35 222 126 120 0 53 354 114 41
Binary 10100 11101 10010010 1010110 1010000 0 101011 11101100 1001100 100001

Color Harmonies of #141D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D92

Black with #141D92

Text Example


Text Example

White with #141D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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