Html Css Color HEX #140396 Ultramarine

📋 copy color: '#140396'

red 20 ◦ green 3 ◦ blue 150

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

Shades of Ultramarine #140396

Tints of Ultramarine #140396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.73%

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

R = 11.56%
G = 1.73%
B = 86.71%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#140396 (or 0x140396) is known color: Ultramarine. HEX triplet: 14, 03 and 96. RGB value is (20,3,150). Sum of RGB (Red+Green+Blue) = 20+3+150=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 150 (58.98% from 255 or 86.71% from 173); Max value from RGB is 150 - color contains mainly: blue. Hex color #140396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140396 is #EBFC69. Grayscale: #181818. Windows color (decimal): -15465578 or 9831188. OLE color: 9831188.

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

Color convert

RGB 20 3 150 -
CMYK 0.87 0.98 0 0.41
HSL 246.94º 0.96% 0.3% -
HSV(B) 246.94º 0.98% 0.59% -
XYZ 5.83 2.42 29.01 -
YUV 24.84 198.63 124.55 -
System Red Green Blue C M Y K H S L
Decimal 20 3 150 0.87 0.98 0 0.41 246.94 0.96 0.3
Hex 14 3 96 57 62 0 29 F7 60 1E
Octal 24 3 226 127 142 0 51 367 140 36
Binary 10100 11 10010110 1010111 1100010 0 101001 11110111 1100000 11110

Color Harmonies of #140396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140396

Black with #140396

Text Example


Text Example

White with #140396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140396; }

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

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

background-color css

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

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

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

border-color css

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

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

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