Html Css Color HEX #141993 Ultramarine

📋 copy color: '#141993'

red 20 ◦ green 25 ◦ blue 147

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

Shades of Ultramarine #141993

Tints of Ultramarine #141993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.02%

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

R = 10.42%
G = 13.02%
B = 76.56%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#141993 (or 0x141993) is known color: Ultramarine. HEX triplet: 14, 19 and 93. RGB value is (20,25,147). Sum of RGB (Red+Green+Blue) = 20+25+147=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 147 (57.81% from 255 or 76.56% from 192); Max value from RGB is 147 - color contains mainly: blue. Hex color #141993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141993 is #EBE66C. Grayscale: #242424. Windows color (decimal): -15459949 or 9640212. OLE color: 9640212.

HSL color Cylindrical-coordinate representation of color #141993: hue angle of 237.64º 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 #141993 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 25 147 -
CMYK 0.86 0.83 0 0.42
HSL 237.64º 0.76% 0.33% -
HSV(B) 237.64º 0.86% 0.58% -
XYZ 5.9 2.95 27.86 -
YUV 37.41 189.84 115.58 -
System Red Green Blue C M Y K H S L
Decimal 20 25 147 0.86 0.83 0 0.42 237.64 0.76 0.33
Hex 14 19 93 56 53 0 2A EE 4C 21
Octal 24 31 223 126 123 0 52 356 114 41
Binary 10100 11001 10010011 1010110 1010011 0 101010 11101110 1001100 100001

Color Harmonies of #141993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141993

Black with #141993

Text Example


Text Example

White with #141993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141993; }

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

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

background-color css

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

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

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

border-color css

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

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

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