Html Css Color HEX #140896 Ultramarine

📋 copy color: '#140896'

red 20 ◦ green 8 ◦ blue 150

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

Shades of Ultramarine #140896

Tints of Ultramarine #140896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.49%

 BLUE value IS 150 (58.98% from 255) = 84.27%

R = 11.24%
G = 4.49%
B = 84.27%

CMYK

 C value IS 0.87

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#140896 (or 0x140896) is known color: Ultramarine. HEX triplet: 14, 08 and 96. RGB value is (20,8,150). Sum of RGB (Red+Green+Blue) = 20+8+150=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 150 (58.98% from 255 or 84.27% from 178); Max value from RGB is 150 - color contains mainly: blue. Hex color #140896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140896 is #EBF769. Grayscale: #1B1B1B. Windows color (decimal): -15464298 or 9832468. OLE color: 9832468.

HSL color Cylindrical-coordinate representation of color #140896: hue angle of 245.07º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140896 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 8 150 -
CMYK 0.87 0.95 0 0.41
HSL 245.07º 0.9% 0.31% -
HSV(B) 245.07º 0.95% 0.59% -
XYZ 5.88 2.52 29.03 -
YUV 27.78 196.98 122.45 -
System Red Green Blue C M Y K H S L
Decimal 20 8 150 0.87 0.95 0 0.41 245.07 0.9 0.31
Hex 14 8 96 57 5F 0 29 F5 5A 1F
Octal 24 10 226 127 137 0 51 365 132 37
Binary 10100 1000 10010110 1010111 1011111 0 101001 11110101 1011010 11111

Color Harmonies of #140896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140896

Black with #140896

Text Example


Text Example

White with #140896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140896; }

 p { color: rgb(20,8,150); }

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

background-color css

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

 a { background-color: rgb(20,8,150); }

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

border-color css

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

 span { border-color: rgb(20,8,150); }

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