Html Css Color HEX #141B91 Ultramarine

📋 copy color: '#141B91'

red 20 ◦ green 27 ◦ blue 145

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

Shades of Ultramarine #141B91

Tints of Ultramarine #141B91

RGB

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

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

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

R = 10.42%
G = 14.06%
B = 75.52%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#141B91 (or 0x141B91) is known color: Ultramarine. HEX triplet: 14, 1B and 91. RGB value is (20,27,145). Sum of RGB (Red+Green+Blue) = 20+27+145=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 145 (57.03% from 255 or 75.52% from 192); Max value from RGB is 145 - color contains mainly: blue. Hex color #141B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141B91 is #EBE46E. Grayscale: #252525. Windows color (decimal): -15459439 or 9509652. OLE color: 9509652.

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

Color convert

RGB 20 27 145 -
CMYK 0.86 0.81 0 0.43
HSL 236.64º 0.76% 0.32% -
HSV(B) 236.64º 0.86% 0.57% -
XYZ 5.79 2.98 27.06 -
YUV 38.36 188.18 114.91 -
System Red Green Blue C M Y K H S L
Decimal 20 27 145 0.86 0.81 0 0.43 236.64 0.76 0.32
Hex 14 1B 91 56 51 0 2B ED 4C 20
Octal 24 33 221 126 121 0 53 355 114 40
Binary 10100 11011 10010001 1010110 1010001 0 101011 11101101 1001100 100000

Color Harmonies of #141B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B91

Black with #141B91

Text Example


Text Example

White with #141B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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