Html Css Color HEX #140883 Ultramarine

📋 copy color: '#140883'

red 20 ◦ green 8 ◦ blue 131

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

Shades of Ultramarine #140883

Tints of Ultramarine #140883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 82.39%

R = 12.58%
G = 5.03%
B = 82.39%

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

#140883 (or 0x140883) is known color: Ultramarine. HEX triplet: 14, 08 and 83. RGB value is (20,8,131). Sum of RGB (Red+Green+Blue) = 20+8+131=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 131 (51.56% from 255 or 82.39% from 159); Max value from RGB is 131 - color contains mainly: blue. Hex color #140883 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140883 is #EBF77C. Grayscale: #191919. Windows color (decimal): -15464317 or 8587284. OLE color: 8587284.

HSL color Cylindrical-coordinate representation of color #140883: hue angle of 245.85º 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 #140883 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 8 131 -
CMYK 0.85 0.94 0 0.49
HSL 245.85º 0.88% 0.27% -
HSV(B) 245.85º 0.94% 0.51% -
XYZ 4.47 1.96 21.62 -
YUV 25.61 187.48 124 -
System Red Green Blue C M Y K H S L
Decimal 20 8 131 0.85 0.94 0 0.49 245.85 0.88 0.27
Hex 14 8 83 55 5E 0 31 F6 58 1B
Octal 24 10 203 125 136 0 61 366 130 33
Binary 10100 1000 10000011 1010101 1011110 0 110001 11110110 1011000 11011

Color Harmonies of #140883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140883

Black with #140883

Text Example


Text Example

White with #140883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140883; }

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

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

background-color css

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

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

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

border-color css

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

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

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