Html Css Color HEX #140188 Ultramarine

📋 copy color: '#140188'

red 20 ◦ green 1 ◦ blue 136

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

Shades of Ultramarine #140188

Tints of Ultramarine #140188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

 BLUE value IS 136 (53.52% from 255) = 86.62%

R = 12.74%
G = 0.64%
B = 86.62%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#140188 (or 0x140188) is known color: Ultramarine. HEX triplet: 14, 01 and 88. RGB value is (20,1,136). Sum of RGB (Red+Green+Blue) = 20+1+136=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 136 (53.52% from 255 or 86.62% from 157); Max value from RGB is 136 - color contains mainly: blue. Hex color #140188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140188 is #EBFE77. Grayscale: #151515. Windows color (decimal): -15466104 or 8913172. OLE color: 8913172.

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

Color convert

RGB 20 1 136 -
CMYK 0.85 0.99 0 0.47
HSL 248.44º 0.99% 0.27% -
HSV(B) 248.44º 0.99% 0.53% -
XYZ 4.74 1.95 23.42 -
YUV 22.07 192.29 126.52 -
System Red Green Blue C M Y K H S L
Decimal 20 1 136 0.85 0.99 0 0.47 248.44 0.99 0.27
Hex 14 1 88 55 63 0 2F F8 63 1B
Octal 24 1 210 125 143 0 57 370 143 33
Binary 10100 1 10001000 1010101 1100011 0 101111 11111000 1100011 11011

Color Harmonies of #140188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140188

Black with #140188

Text Example


Text Example

White with #140188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140188; }

 p { color: rgb(20,1,136); }

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

background-color css

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

 a { background-color: rgb(20,1,136); }

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

border-color css

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

 span { border-color: rgb(20,1,136); }

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