Html Css Color HEX #141383 Ultramarine

📋 copy color: '#141383'

red 20 ◦ green 19 ◦ blue 131

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

Shades of Ultramarine #141383

Tints of Ultramarine #141383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.18%

 BLUE value IS 131 (51.56% from 255) = 77.06%

R = 11.76%
G = 11.18%
B = 77.06%

CMYK

 C value IS 0.85

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#141383 (or 0x141383) is known color: Ultramarine. HEX triplet: 14, 13 and 83. RGB value is (20,19,131). Sum of RGB (Red+Green+Blue) = 20+19+131=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 131 (51.56% from 255 or 77.06% from 170); Max value from RGB is 131 - color contains mainly: blue. Hex color #141383 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141383 is #EBEC7C. Grayscale: #1F1F1F. Windows color (decimal): -15461501 or 8590100. OLE color: 8590100.

HSL color Cylindrical-coordinate representation of color #141383: hue angle of 240.54º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141383 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 19 131 -
CMYK 0.85 0.85 0 0.49
HSL 240.54º 0.75% 0.29% -
HSV(B) 240.54º 0.85% 0.51% -
XYZ 4.62 2.25 21.66 -
YUV 32.07 183.83 119.39 -
System Red Green Blue C M Y K H S L
Decimal 20 19 131 0.85 0.85 0 0.49 240.54 0.75 0.29
Hex 14 13 83 55 55 0 31 F1 4B 1D
Octal 24 23 203 125 125 0 61 361 113 35
Binary 10100 10011 10000011 1010101 1010101 0 110001 11110001 1001011 11101

Color Harmonies of #141383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141383

Black with #141383

Text Example


Text Example

White with #141383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141383; }

 p { color: rgb(20,19,131); }

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

background-color css

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

 a { background-color: rgb(20,19,131); }

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

border-color css

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

 span { border-color: rgb(20,19,131); }

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