Html Css Color HEX #141092 Ultramarine

📋 copy color: '#141092'

red 20 ◦ green 16 ◦ blue 146

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

Shades of Ultramarine #141092

Tints of Ultramarine #141092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 80.22%

R = 10.99%
G = 8.79%
B = 80.22%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#141092 (or 0x141092) is known color: Ultramarine. HEX triplet: 14, 10 and 92. RGB value is (20,16,146). Sum of RGB (Red+Green+Blue) = 20+16+146=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 146 (57.42% from 255 or 80.22% from 182); Max value from RGB is 146 - color contains mainly: blue. Hex color #141092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141092 is #EBEF6D. Grayscale: #1F1F1F. Windows color (decimal): -15462254 or 9572372. OLE color: 9572372.

HSL color Cylindrical-coordinate representation of color #141092: hue angle of 241.85º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141092 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 16 146 -
CMYK 0.86 0.89 0 0.43
HSL 241.85º 0.8% 0.32% -
HSV(B) 241.85º 0.89% 0.57% -
XYZ 5.66 2.59 27.4 -
YUV 32.02 192.33 119.43 -
System Red Green Blue C M Y K H S L
Decimal 20 16 146 0.86 0.89 0 0.43 241.85 0.8 0.32
Hex 14 10 92 56 59 0 2B F2 50 20
Octal 24 20 222 126 131 0 53 362 120 40
Binary 10100 10000 10010010 1010110 1011001 0 101011 11110010 1010000 100000

Color Harmonies of #141092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141092

Black with #141092

Text Example


Text Example

White with #141092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141092; }

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

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

background-color css

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

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

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

border-color css

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

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

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