Html Css Color HEX #141183 Ultramarine

📋 copy color: '#141183'

red 20 ◦ green 17 ◦ blue 131

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

Shades of Ultramarine #141183

Tints of Ultramarine #141183

RGB

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

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

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

R = 11.9%
G = 10.12%
B = 77.98%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#141183 (or 0x141183) is known color: Ultramarine. HEX triplet: 14, 11 and 83. RGB value is (20,17,131). Sum of RGB (Red+Green+Blue) = 20+17+131=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 131 (51.56% from 255 or 77.98% from 168); Max value from RGB is 131 - color contains mainly: blue. Hex color #141183 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141183 is #EBEE7C. Grayscale: #1E1E1E. Windows color (decimal): -15462013 or 8589588. OLE color: 8589588.

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

Color convert

RGB 20 17 131 -
CMYK 0.85 0.87 0 0.49
HSL 241.58º 0.77% 0.29% -
HSV(B) 241.58º 0.87% 0.51% -
XYZ 4.59 2.19 21.65 -
YUV 30.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 20 17 131 0.85 0.87 0 0.49 241.58 0.77 0.29
Hex 14 11 83 55 57 0 31 F2 4D 1D
Octal 24 21 203 125 127 0 61 362 115 35
Binary 10100 10001 10000011 1010101 1010111 0 110001 11110010 1001101 11101

Color Harmonies of #141183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141183

Black with #141183

Text Example


Text Example

White with #141183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141183; }

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

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

background-color css

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

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

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

border-color css

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

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

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