Html Css Color HEX #140B90 Ultramarine

📋 copy color: '#140B90'

red 20 ◦ green 11 ◦ blue 144

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

Shades of Ultramarine #140B90

Tints of Ultramarine #140B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 82.29%

R = 11.43%
G = 6.29%
B = 82.29%

CMYK

 C value IS 0.86

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#140B90 (or 0x140B90) is known color: Ultramarine. HEX triplet: 14, 0B and 90. RGB value is (20,11,144). Sum of RGB (Red+Green+Blue) = 20+11+144=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 144 (56.64% from 255 or 82.29% from 175); Max value from RGB is 144 - color contains mainly: blue. Hex color #140B90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140B90 is #EBF46F. Grayscale: #1C1C1C. Windows color (decimal): -15463536 or 9440020. OLE color: 9440020.

HSL color Cylindrical-coordinate representation of color #140B90: hue angle of 244.06º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140B90 is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 11 144 -
CMYK 0.86 0.92 0 0.44
HSL 244.06º 0.86% 0.3% -
HSV(B) 244.06º 0.92% 0.56% -
XYZ 5.44 2.4 26.56 -
YUV 28.85 192.98 121.69 -
System Red Green Blue C M Y K H S L
Decimal 20 11 144 0.86 0.92 0 0.44 244.06 0.86 0.3
Hex 14 B 90 56 5C 0 2C F4 56 1E
Octal 24 13 220 126 134 0 54 364 126 36
Binary 10100 1011 10010000 1010110 1011100 0 101100 11110100 1010110 11110

Color Harmonies of #140B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140B90

Black with #140B90

Text Example


Text Example

White with #140B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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