Html Css Color HEX #140592 Ultramarine

📋 copy color: '#140592'

red 20 ◦ green 5 ◦ blue 146

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

Shades of Ultramarine #140592

Tints of Ultramarine #140592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

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

R = 11.7%
G = 2.92%
B = 85.38%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#140592 (or 0x140592) is known color: Ultramarine. HEX triplet: 14, 05 and 92. RGB value is (20,5,146). Sum of RGB (Red+Green+Blue) = 20+5+146=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 146 (57.42% from 255 or 85.38% from 171); Max value from RGB is 146 - color contains mainly: blue. Hex color #140592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140592 is #EBFA6D. Grayscale: #191919. Windows color (decimal): -15465070 or 9569556. OLE color: 9569556.

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

Color convert

RGB 20 5 146 -
CMYK 0.86 0.97 0 0.43
HSL 246.38º 0.93% 0.3% -
HSV(B) 246.38º 0.97% 0.57% -
XYZ 5.53 2.33 27.35 -
YUV 25.56 195.97 124.04 -
System Red Green Blue C M Y K H S L
Decimal 20 5 146 0.86 0.97 0 0.43 246.38 0.93 0.3
Hex 14 5 92 56 61 0 2B F6 5D 1E
Octal 24 5 222 126 141 0 53 366 135 36
Binary 10100 101 10010010 1010110 1100001 0 101011 11110110 1011101 11110

Color Harmonies of #140592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140592

Black with #140592

Text Example


Text Example

White with #140592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140592; }

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

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

background-color css

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

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

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

border-color css

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

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

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