Html Css Color HEX #141B86 Ultramarine

📋 copy color: '#141B86'

red 20 ◦ green 27 ◦ blue 134

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

Shades of Ultramarine #141B86

Tints of Ultramarine #141B86

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.92%

 BLUE value IS 134 (52.73% from 255) = 74.03%

R = 11.05%
G = 14.92%
B = 74.03%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#141B86 (or 0x141B86) is known color: Ultramarine. HEX triplet: 14, 1B and 86. RGB value is (20,27,134). Sum of RGB (Red+Green+Blue) = 20+27+134=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 134 (52.73% from 255 or 74.03% from 181); Max value from RGB is 134 - color contains mainly: blue. Hex color #141B86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141B86 is #EBE479. Grayscale: #242424. Windows color (decimal): -15459450 or 8788756. OLE color: 8788756.

HSL color Cylindrical-coordinate representation of color #141B86: hue angle of 236.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141B86 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 27 134 -
CMYK 0.85 0.80 0 0.47
HSL 236.32º 0.74% 0.3% -
HSV(B) 236.32º 0.85% 0.53% -
XYZ 4.98 2.65 22.8 -
YUV 37.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 20 27 134 0.85 0.80 0 0.47 236.32 0.74 0.3
Hex 14 1B 86 55 50 0 2F EC 4A 1E
Octal 24 33 206 125 120 0 57 354 112 36
Binary 10100 11011 10000110 1010101 1010000 0 101111 11101100 1001010 11110

Color Harmonies of #141B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B86

Black with #141B86

Text Example


Text Example

White with #141B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,27,134); }

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

background-color css

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

 a { background-color: rgb(20,27,134); }

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

border-color css

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

 span { border-color: rgb(20,27,134); }

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