Html Css Color HEX #141185 Ultramarine

📋 copy color: '#141185'

red 20 ◦ green 17 ◦ blue 133

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

Shades of Ultramarine #141185

Tints of Ultramarine #141185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10%

 BLUE value IS 133 (52.34% from 255) = 78.24%

R = 11.76%
G = 10%
B = 78.24%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#141185 (or 0x141185) is known color: Ultramarine. HEX triplet: 14, 11 and 85. RGB value is (20,17,133). Sum of RGB (Red+Green+Blue) = 20+17+133=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 133 (52.34% from 255 or 78.24% from 170); Max value from RGB is 133 - color contains mainly: blue. Hex color #141185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141185 is #EBEE7A. Grayscale: #1E1E1E. Windows color (decimal): -15462011 or 8720660. OLE color: 8720660.

HSL color Cylindrical-coordinate representation of color #141185: hue angle of 241.55º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #141185 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 17 133 -
CMYK 0.85 0.87 0 0.48
HSL 241.55º 0.77% 0.29% -
HSV(B) 241.55º 0.87% 0.52% -
XYZ 4.72 2.24 22.37 -
YUV 31.12 185.49 120.07 -
System Red Green Blue C M Y K H S L
Decimal 20 17 133 0.85 0.87 0 0.48 241.55 0.77 0.29
Hex 14 11 85 55 57 0 30 F2 4D 1D
Octal 24 21 205 125 127 0 60 362 115 35
Binary 10100 10001 10000101 1010101 1010111 0 110000 11110010 1001101 11101

Color Harmonies of #141185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141185

Black with #141185

Text Example


Text Example

White with #141185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141185; }

 p { color: rgb(20,17,133); }

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

background-color css

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

 a { background-color: rgb(20,17,133); }

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

border-color css

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

 span { border-color: rgb(20,17,133); }

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