Html Css Color HEX #141893 Ultramarine

📋 copy color: '#141893'

red 20 ◦ green 24 ◦ blue 147

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

Shades of Ultramarine #141893

Tints of Ultramarine #141893

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.57%

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

R = 10.47%
G = 12.57%
B = 76.96%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#141893 (or 0x141893) is known color: Ultramarine. HEX triplet: 14, 18 and 93. RGB value is (20,24,147). Sum of RGB (Red+Green+Blue) = 20+24+147=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 147 (57.81% from 255 or 76.96% from 191); Max value from RGB is 147 - color contains mainly: blue. Hex color #141893 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141893 is #EBE76C. Grayscale: #242424. Windows color (decimal): -15460205 or 9639956. OLE color: 9639956.

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

Color convert

RGB 20 24 147 -
CMYK 0.86 0.84 0 0.42
HSL 238.11º 0.76% 0.33% -
HSV(B) 238.11º 0.86% 0.58% -
XYZ 5.88 2.91 27.86 -
YUV 36.83 190.17 116 -
System Red Green Blue C M Y K H S L
Decimal 20 24 147 0.86 0.84 0 0.42 238.11 0.76 0.33
Hex 14 18 93 56 54 0 2A EE 4C 21
Octal 24 30 223 126 124 0 52 356 114 41
Binary 10100 11000 10010011 1010110 1010100 0 101010 11101110 1001100 100001

Color Harmonies of #141893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141893

Black with #141893

Text Example


Text Example

White with #141893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141893; }

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

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

background-color css

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

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

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

border-color css

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

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

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