Html Css Color HEX #140096 Ultramarine

📋 copy color: '#140096'

red 20 ◦ green 0 ◦ blue 150

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

Shades of Ultramarine #140096

Tints of Ultramarine #140096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 11.76%
G = 0%
B = 88.24%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#140096 (or 0x140096) is known color: Ultramarine. HEX triplet: 14, 00 and 96. RGB value is (20,0,150). Sum of RGB (Red+Green+Blue) = 20+0+150=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 150 (58.98% from 255 or 88.24% from 170); Max value from RGB is 150 - color contains mainly: blue. Hex color #140096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140096 is #EBFF69. Grayscale: #161616. Windows color (decimal): -15466346 or 9830420. OLE color: 9830420.

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

Color convert

RGB 20 0 150 -
CMYK 0.87 1 0 0.41
HSL 248º 1% 0.29% -
HSV(B) 248º 1% 0.59% -
XYZ 5.79 2.35 29 -
YUV 23.08 199.63 125.8 -
System Red Green Blue C M Y K H S L
Decimal 20 0 150 0.87 1 0 0.41 248 1 0.29
Hex 14 0 96 57 64 0 29 F8 64 1D
Octal 24 0 226 127 144 0 51 370 144 35
Binary 10100 0 10010110 1010111 1100100 0 101001 11111000 1100100 11101

Color Harmonies of #140096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140096

Black with #140096

Text Example


Text Example

White with #140096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140096; }

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

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

background-color css

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

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

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

border-color css

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

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

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