Html Css Color HEX #140288 Ultramarine

📋 copy color: '#140288'

red 20 ◦ green 2 ◦ blue 136

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

Shades of Ultramarine #140288

Tints of Ultramarine #140288

RGB

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

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

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

R = 12.66%
G = 1.27%
B = 86.08%

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

#140288 (or 0x140288) is known color: Ultramarine. HEX triplet: 14, 02 and 88. RGB value is (20,2,136). Sum of RGB (Red+Green+Blue) = 20+2+136=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 136 (53.52% from 255 or 86.08% from 158); Max value from RGB is 136 - color contains mainly: blue. Hex color #140288 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140288 is #EBFD77. Grayscale: #161616. Windows color (decimal): -15465848 or 8913428. OLE color: 8913428.

HSL color Cylindrical-coordinate representation of color #140288: hue angle of 248.06º degrees, saturation: 0.97, 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 #140288 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 2 136 -
CMYK 0.85 0.99 0 0.47
HSL 248.06º 0.97% 0.27% -
HSV(B) 248.06º 0.99% 0.53% -
XYZ 4.75 1.97 23.42 -
YUV 22.66 191.96 126.1 -
System Red Green Blue C M Y K H S L
Decimal 20 2 136 0.85 0.99 0 0.47 248.06 0.97 0.27
Hex 14 2 88 55 63 0 2F F8 61 1B
Octal 24 2 210 125 143 0 57 370 141 33
Binary 10100 10 10001000 1010101 1100011 0 101111 11111000 1100001 11011

Color Harmonies of #140288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140288

Black with #140288

Text Example


Text Example

White with #140288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140288; }

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

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

background-color css

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

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

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

border-color css

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

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

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