Html Css Color HEX #141484 Ultramarine

📋 copy color: '#141484'

red 20 ◦ green 20 ◦ blue 132

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

Shades of Ultramarine #141484

Tints of Ultramarine #141484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.63%

 BLUE value IS 132 (51.95% from 255) = 76.74%

R = 11.63%
G = 11.63%
B = 76.74%

CMYK

 C value IS 0.85

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#141484 (or 0x141484) is known color: Ultramarine. HEX triplet: 14, 14 and 84. RGB value is (20,20,132). Sum of RGB (Red+Green+Blue) = 20+20+132=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 132 (51.95% from 255 or 76.74% from 172); Max value from RGB is 132 - color contains mainly: blue. Hex color #141484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141484 is #EBEB7B. Grayscale: #202020. Windows color (decimal): -15461244 or 8655892. OLE color: 8655892.

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

Color convert

RGB 20 20 132 -
CMYK 0.85 0.85 0 0.48
HSL 240º 0.74% 0.3% -
HSV(B) 240º 0.85% 0.52% -
XYZ 4.7 2.31 22.03 -
YUV 32.77 184 118.89 -
System Red Green Blue C M Y K H S L
Decimal 20 20 132 0.85 0.85 0 0.48 240 0.74 0.3
Hex 14 14 84 55 55 0 30 F0 4A 1E
Octal 24 24 204 125 125 0 60 360 112 36
Binary 10100 10100 10000100 1010101 1010101 0 110000 11110000 1001010 11110

Color Harmonies of #141484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141484

Black with #141484

Text Example


Text Example

White with #141484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141484; }

 p { color: rgb(20,20,132); }

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

background-color css

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

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

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

border-color css

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

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

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