Html Css Color HEX #140882 Ultramarine

📋 copy color: '#140882'

red 20 ◦ green 8 ◦ blue 130

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

Shades of Ultramarine #140882

Tints of Ultramarine #140882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.06%

 BLUE value IS 130 (51.17% from 255) = 82.28%

R = 12.66%
G = 5.06%
B = 82.28%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#140882 (or 0x140882) is known color: Ultramarine. HEX triplet: 14, 08 and 82. RGB value is (20,8,130). Sum of RGB (Red+Green+Blue) = 20+8+130=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 130 (51.17% from 255 or 82.28% from 158); Max value from RGB is 130 - color contains mainly: blue. Hex color #140882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140882 is #EBF77D. Grayscale: #191919. Windows color (decimal): -15464318 or 8521748. OLE color: 8521748.

HSL color Cylindrical-coordinate representation of color #140882: hue angle of 245.9º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140882 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 8 130 -
CMYK 0.85 0.94 0 0.49
HSL 245.9º 0.88% 0.27% -
HSV(B) 245.9º 0.94% 0.51% -
XYZ 4.4 1.93 21.26 -
YUV 25.5 186.98 124.08 -
System Red Green Blue C M Y K H S L
Decimal 20 8 130 0.85 0.94 0 0.49 245.9 0.88 0.27
Hex 14 8 82 55 5E 0 31 F6 58 1B
Octal 24 10 202 125 136 0 61 366 130 33
Binary 10100 1000 10000010 1010101 1011110 0 110001 11110110 1011000 11011

Color Harmonies of #140882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140882

Black with #140882

Text Example


Text Example

White with #140882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140882; }

 p { color: rgb(20,8,130); }

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

background-color css

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

 a { background-color: rgb(20,8,130); }

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

border-color css

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

 span { border-color: rgb(20,8,130); }

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