Html Css Color HEX #140280 Ultramarine

📋 copy color: '#140280'

red 20 ◦ green 2 ◦ blue 128

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

Shades of Ultramarine #140280

Tints of Ultramarine #140280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.33%

 BLUE value IS 128 (50.39% from 255) = 85.33%

R = 13.33%
G = 1.33%
B = 85.33%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#140280 (or 0x140280) is known color: Ultramarine. HEX triplet: 14, 02 and 80. RGB value is (20,2,128). Sum of RGB (Red+Green+Blue) = 20+2+128=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 128 (50.39% from 255 or 85.33% from 150); Max value from RGB is 128 - color contains mainly: blue. Hex color #140280 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140280 is #EBFD7F. Grayscale: #151515. Windows color (decimal): -15465856 or 8389140. OLE color: 8389140.

HSL color Cylindrical-coordinate representation of color #140280: hue angle of 248.57º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140280 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 2 128 -
CMYK 0.84 0.98 0 0.50
HSL 248.57º 0.97% 0.25% -
HSV(B) 248.57º 0.98% 0.5% -
XYZ 4.21 1.75 20.54 -
YUV 21.75 187.96 126.75 -
System Red Green Blue C M Y K H S L
Decimal 20 2 128 0.84 0.98 0 0.50 248.57 0.97 0.25
Hex 14 2 80 54 62 0 32 F9 61 19
Octal 24 2 200 124 142 0 62 371 141 31
Binary 10100 10 10000000 1010100 1100010 0 110010 11111001 1100001 11001

Color Harmonies of #140280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140280

Black with #140280

Text Example


Text Example

White with #140280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140280; }

 p { color: rgb(20,2,128); }

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

background-color css

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

 a { background-color: rgb(20,2,128); }

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

border-color css

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

 span { border-color: rgb(20,2,128); }

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