Html Css Color HEX #141592 Ultramarine

📋 copy color: '#141592'

red 20 ◦ green 21 ◦ blue 146

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

Shades of Ultramarine #141592

Tints of Ultramarine #141592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

 BLUE value IS 146 (57.42% from 255) = 78.07%

R = 10.7%
G = 11.23%
B = 78.07%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#141592 (or 0x141592) is known color: Ultramarine. HEX triplet: 14, 15 and 92. RGB value is (20,21,146). Sum of RGB (Red+Green+Blue) = 20+21+146=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 146 (57.42% from 255 or 78.07% from 187); Max value from RGB is 146 - color contains mainly: blue. Hex color #141592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141592 is #EBEA6D. Grayscale: #222222. Windows color (decimal): -15460974 or 9573652. OLE color: 9573652.

HSL color Cylindrical-coordinate representation of color #141592: hue angle of 239.52º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141592 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 21 146 -
CMYK 0.86 0.86 0 0.43
HSL 239.52º 0.76% 0.33% -
HSV(B) 239.52º 0.86% 0.57% -
XYZ 5.74 2.76 27.42 -
YUV 34.95 190.67 117.34 -
System Red Green Blue C M Y K H S L
Decimal 20 21 146 0.86 0.86 0 0.43 239.52 0.76 0.33
Hex 14 15 92 56 56 0 2B F0 4C 21
Octal 24 25 222 126 126 0 53 360 114 41
Binary 10100 10101 10010010 1010110 1010110 0 101011 11110000 1001100 100001

Color Harmonies of #141592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141592

Black with #141592

Text Example


Text Example

White with #141592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141592; }

 p { color: rgb(20,21,146); }

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

background-color css

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

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

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

border-color css

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

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

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