Html Css Color HEX #141593 Ultramarine

📋 copy color: '#141593'

red 20 ◦ green 21 ◦ blue 147

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

Shades of Ultramarine #141593

Tints of Ultramarine #141593

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.17%

 BLUE value IS 147 (57.81% from 255) = 78.19%

R = 10.64%
G = 11.17%
B = 78.19%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#141593 (or 0x141593) is known color: Ultramarine. HEX triplet: 14, 15 and 93. RGB value is (20,21,147). Sum of RGB (Red+Green+Blue) = 20+21+147=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #141593 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141593 is #EBEA6C. Grayscale: #222222. Windows color (decimal): -15460973 or 9639188. OLE color: 9639188.

HSL color Cylindrical-coordinate representation of color #141593: hue angle of 239.53º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141593 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 21 147 -
CMYK 0.86 0.86 0 0.42
HSL 239.53º 0.76% 0.33% -
HSV(B) 239.53º 0.86% 0.58% -
XYZ 5.82 2.79 27.84 -
YUV 35.07 191.17 117.25 -
System Red Green Blue C M Y K H S L
Decimal 20 21 147 0.86 0.86 0 0.42 239.53 0.76 0.33
Hex 14 15 93 56 56 0 2A F0 4C 21
Octal 24 25 223 126 126 0 52 360 114 41
Binary 10100 10101 10010011 1010110 1010110 0 101010 11110000 1001100 100001

Color Harmonies of #141593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141593

Black with #141593

Text Example


Text Example

White with #141593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141593; }

 p { color: rgb(20,21,147); }

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

background-color css

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

 a { background-color: rgb(20,21,147); }

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

border-color css

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

 span { border-color: rgb(20,21,147); }

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