Html Css Color HEX #1E8492 Java

📋 copy color: '#1E8492'

red 30 ◦ green 132 ◦ blue 146

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

Shades of Java #1E8492

Tints of Java #1E8492

RGB

 RED value IS 30 (12.11% from 255) = 9.74%

 GREEN value IS 132 (51.95% from 255) = 42.86%

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

R = 9.74%
G = 42.86%
B = 47.4%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1E8492 (or 0x1E8492) is known color: Java. HEX triplet: 1E, 84 and 92. RGB value is (30,132,146). Sum of RGB (Red+Green+Blue) = 30+132+146=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #1E8492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8492 is #E17B6D. Grayscale: #666666. Windows color (decimal): -14777198 or 9602078. OLE color: 9602078.

HSL color Cylindrical-coordinate representation of color #1E8492: hue angle of 187.24º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E8492 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 30 132 146 -
CMYK 0.79 0.10 0 0.43
HSL 187.24º 0.66% 0.35% -
HSV(B) 187.24º 0.79% 0.57% -
XYZ 13.97 18.85 30.1 -
YUV 103.1 152.21 75.86 -
System Red Green Blue C M Y K H S L
Decimal 30 132 146 0.79 0.10 0 0.43 187.24 0.66 0.35
Hex 1E 84 92 4F A 0 2B BB 42 23
Octal 36 204 222 117 12 0 53 273 102 43
Binary 11110 10000100 10010010 1001111 1010 0 101011 10111011 1000010 100011

Color Harmonies of #1E8492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8492

Black with #1E8492

Text Example


Text Example

White with #1E8492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E8492; }

 p { color: rgb(30,132,146); }

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

background-color css

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

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

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

border-color css

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

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

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