Html Css Color HEX #141B99 Ultramarine

📋 copy color: '#141B99'

red 20 ◦ green 27 ◦ blue 153

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

Shades of Ultramarine #141B99

Tints of Ultramarine #141B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 76.5%

R = 10%
G = 13.5%
B = 76.5%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#141B99 (or 0x141B99) is known color: Ultramarine. HEX triplet: 14, 1B and 99. RGB value is (20,27,153). Sum of RGB (Red+Green+Blue) = 20+27+153=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 153 (60.16% from 255 or 76.5% from 200); Max value from RGB is 153 - color contains mainly: blue. Hex color #141B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141B99 is #EBE466. Grayscale: #262626. Windows color (decimal): -15459431 or 10033940. OLE color: 10033940.

HSL color Cylindrical-coordinate representation of color #141B99: hue angle of 236.84º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #141B99 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 27 153 -
CMYK 0.87 0.82 0 0.4
HSL 236.84º 0.77% 0.34% -
HSV(B) 236.84º 0.87% 0.6% -
XYZ 6.43 3.23 30.42 -
YUV 39.27 192.18 114.25 -
System Red Green Blue C M Y K H S L
Decimal 20 27 153 0.87 0.82 0 0.4 236.84 0.77 0.34
Hex 14 1B 99 57 52 0 28 ED 4D 22
Octal 24 33 231 127 122 0 50 355 115 42
Binary 10100 11011 10011001 1010111 1010010 0 101000 11101101 1001101 100010

Color Harmonies of #141B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B99

Black with #141B99

Text Example


Text Example

White with #141B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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