Html Css Color HEX #140782 Ultramarine

📋 copy color: '#140782'

red 20 ◦ green 7 ◦ blue 130

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

Shades of Ultramarine #140782

Tints of Ultramarine #140782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.46%

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

R = 12.74%
G = 4.46%
B = 82.8%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#140782 (or 0x140782) is known color: Ultramarine. HEX triplet: 14, 07 and 82. RGB value is (20,7,130). Sum of RGB (Red+Green+Blue) = 20+7+130=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 130 (51.17% from 255 or 82.80% from 157); Max value from RGB is 130 - color contains mainly: blue. Hex color #140782 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140782 is #EBF87D. Grayscale: #181818. Windows color (decimal): -15464574 or 8521492. OLE color: 8521492.

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

Color convert

RGB 20 7 130 -
CMYK 0.85 0.95 0 0.49
HSL 246.34º 0.9% 0.27% -
HSV(B) 246.34º 0.95% 0.51% -
XYZ 4.39 1.91 21.26 -
YUV 24.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 20 7 130 0.85 0.95 0 0.49 246.34 0.9 0.27
Hex 14 7 82 55 5F 0 31 F6 5A 1B
Octal 24 7 202 125 137 0 61 366 132 33
Binary 10100 111 10000010 1010101 1011111 0 110001 11110110 1011010 11011

Color Harmonies of #140782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140782

Black with #140782

Text Example


Text Example

White with #140782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140782; }

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

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

background-color css

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

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

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

border-color css

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

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

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