Html Css Color HEX #140289 Ultramarine

📋 copy color: '#140289'

red 20 ◦ green 2 ◦ blue 137

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

Shades of Ultramarine #140289

Tints of Ultramarine #140289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.26%

 BLUE value IS 137 (53.91% from 255) = 86.16%

R = 12.58%
G = 1.26%
B = 86.16%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#140289 (or 0x140289) is known color: Ultramarine. HEX triplet: 14, 02 and 89. RGB value is (20,2,137). Sum of RGB (Red+Green+Blue) = 20+2+137=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 137 (53.91% from 255 or 86.16% from 159); Max value from RGB is 137 - color contains mainly: blue. Hex color #140289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140289 is #EBFD76. Grayscale: #161616. Windows color (decimal): -15465847 or 8978964. OLE color: 8978964.

HSL color Cylindrical-coordinate representation of color #140289: hue angle of 248º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140289 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 2 137 -
CMYK 0.85 0.99 0 0.46
HSL 248º 0.97% 0.27% -
HSV(B) 248º 0.99% 0.54% -
XYZ 4.83 2 23.8 -
YUV 22.77 192.46 126.02 -
System Red Green Blue C M Y K H S L
Decimal 20 2 137 0.85 0.99 0 0.46 248 0.97 0.27
Hex 14 2 89 55 63 0 2E F8 61 1B
Octal 24 2 211 125 143 0 56 370 141 33
Binary 10100 10 10001001 1010101 1100011 0 101110 11111000 1100001 11011

Color Harmonies of #140289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140289

Black with #140289

Text Example


Text Example

White with #140289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140289; }

 p { color: rgb(20,2,137); }

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

background-color css

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

 a { background-color: rgb(20,2,137); }

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

border-color css

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

 span { border-color: rgb(20,2,137); }

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