Html Css Color HEX #140492 Ultramarine

📋 copy color: '#140492'

red 20 ◦ green 4 ◦ blue 146

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

Shades of Ultramarine #140492

Tints of Ultramarine #140492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.35%

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

R = 11.76%
G = 2.35%
B = 85.88%

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

#140492 (or 0x140492) is known color: Ultramarine. HEX triplet: 14, 04 and 92. RGB value is (20,4,146). Sum of RGB (Red+Green+Blue) = 20+4+146=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 146 (57.42% from 255 or 85.88% from 170); Max value from RGB is 146 - color contains mainly: blue. Hex color #140492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140492 is #EBFB6D. Grayscale: #181818. Windows color (decimal): -15465326 or 9569300. OLE color: 9569300.

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

Color convert

RGB 20 4 146 -
CMYK 0.86 0.97 0 0.43
HSL 246.76º 0.95% 0.29% -
HSV(B) 246.76º 0.97% 0.57% -
XYZ 5.52 2.31 27.35 -
YUV 24.97 196.3 124.45 -
System Red Green Blue C M Y K H S L
Decimal 20 4 146 0.86 0.97 0 0.43 246.76 0.95 0.29
Hex 14 4 92 56 61 0 2B F7 5F 1D
Octal 24 4 222 126 141 0 53 367 137 35
Binary 10100 100 10010010 1010110 1100001 0 101011 11110111 1011111 11101

Color Harmonies of #140492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140492

Black with #140492

Text Example


Text Example

White with #140492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140492; }

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

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

background-color css

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

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

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

border-color css

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

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

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