Html Css Color HEX #140B83 Ultramarine

📋 copy color: '#140B83'

red 20 ◦ green 11 ◦ blue 131

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

Shades of Ultramarine #140B83

Tints of Ultramarine #140B83

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.79%

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

R = 12.35%
G = 6.79%
B = 80.86%

CMYK

 C value IS 0.85

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#140B83 (or 0x140B83) is known color: Ultramarine. HEX triplet: 14, 0B and 83. RGB value is (20,11,131). Sum of RGB (Red+Green+Blue) = 20+11+131=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 131 (51.56% from 255 or 80.86% from 162); Max value from RGB is 131 - color contains mainly: blue. Hex color #140B83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140B83 is #EBF47C. Grayscale: #1A1A1A. Windows color (decimal): -15463549 or 8588052. OLE color: 8588052.

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

Color convert

RGB 20 11 131 -
CMYK 0.85 0.92 0 0.49
HSL 244.5º 0.85% 0.28% -
HSV(B) 244.5º 0.92% 0.51% -
XYZ 4.5 2.03 21.63 -
YUV 27.37 186.48 122.74 -
System Red Green Blue C M Y K H S L
Decimal 20 11 131 0.85 0.92 0 0.49 244.5 0.85 0.28
Hex 14 B 83 55 5C 0 31 F4 55 1C
Octal 24 13 203 125 134 0 61 364 125 34
Binary 10100 1011 10000011 1010101 1011100 0 110001 11110100 1010101 11100

Color Harmonies of #140B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140B83

Black with #140B83

Text Example


Text Example

White with #140B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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