Html Css Color HEX #141B90 Ultramarine

📋 copy color: '#141B90'

red 20 ◦ green 27 ◦ blue 144

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

Shades of Ultramarine #141B90

Tints of Ultramarine #141B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 75.39%

R = 10.47%
G = 14.14%
B = 75.39%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#141B90 (or 0x141B90) is known color: Ultramarine. HEX triplet: 14, 1B and 90. RGB value is (20,27,144). Sum of RGB (Red+Green+Blue) = 20+27+144=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 144 (56.64% from 255 or 75.39% from 191); Max value from RGB is 144 - color contains mainly: blue. Hex color #141B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141B90 is #EBE46F. Grayscale: #252525. Windows color (decimal): -15459440 or 9444116. OLE color: 9444116.

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

Color convert

RGB 20 27 144 -
CMYK 0.86 0.81 0 0.44
HSL 236.61º 0.76% 0.32% -
HSV(B) 236.61º 0.86% 0.56% -
XYZ 5.71 2.95 26.65 -
YUV 38.25 187.68 114.99 -
System Red Green Blue C M Y K H S L
Decimal 20 27 144 0.86 0.81 0 0.44 236.61 0.76 0.32
Hex 14 1B 90 56 51 0 2C ED 4C 20
Octal 24 33 220 126 121 0 54 355 114 40
Binary 10100 11011 10010000 1010110 1010001 0 101100 11101101 1001100 100000

Color Harmonies of #141B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B90

Black with #141B90

Text Example


Text Example

White with #141B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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