Html Css Color HEX #141099 Ultramarine

📋 copy color: '#141099'

red 20 ◦ green 16 ◦ blue 153

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

Shades of Ultramarine #141099

Tints of Ultramarine #141099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.47%

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

R = 10.58%
G = 8.47%
B = 80.95%

CMYK

 C value IS 0.87

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#141099 (or 0x141099) is known color: Ultramarine. HEX triplet: 14, 10 and 99. RGB value is (20,16,153). Sum of RGB (Red+Green+Blue) = 20+16+153=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 153 (60.16% from 255 or 80.95% from 189); Max value from RGB is 153 - color contains mainly: blue. Hex color #141099 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141099 is #EBEF66. Grayscale: #202020. Windows color (decimal): -15462247 or 10031124. OLE color: 10031124.

HSL color Cylindrical-coordinate representation of color #141099: hue angle of 241.75º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141099 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 16 153 -
CMYK 0.87 0.90 0 0.4
HSL 241.75º 0.81% 0.33% -
HSV(B) 241.75º 0.9% 0.6% -
XYZ 6.22 2.82 30.35 -
YUV 32.81 195.83 118.86 -
System Red Green Blue C M Y K H S L
Decimal 20 16 153 0.87 0.90 0 0.4 241.75 0.81 0.33
Hex 14 10 99 57 5A 0 28 F2 51 21
Octal 24 20 231 127 132 0 50 362 121 41
Binary 10100 10000 10011001 1010111 1011010 0 101000 11110010 1010001 100001

Color Harmonies of #141099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141099

Black with #141099

Text Example


Text Example

White with #141099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141099; }

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

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

background-color css

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

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

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

border-color css

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

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

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