Html Css Color HEX #1A8788 Java

📋 copy color: '#1A8788'

red 26 ◦ green 135 ◦ blue 136

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

Shades of Java #1A8788

Tints of Java #1A8788

RGB

 RED value IS 26 (10.55% from 255) = 8.75%

 GREEN value IS 135 (53.13% from 255) = 45.45%

 BLUE value IS 136 (53.52% from 255) = 45.79%

R = 8.75%
G = 45.45%
B = 45.79%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1A8788 (or 0x1A8788) is known color: Java. HEX triplet: 1A, 87 and 88. RGB value is (26,135,136). Sum of RGB (Red+Green+Blue) = 26+135+136=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A8788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8788 is #E57877. Grayscale: #666666. Windows color (decimal): -15038584 or 8947482. OLE color: 8947482.

HSL color Cylindrical-coordinate representation of color #1A8788: hue angle of 180.55º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8788 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 26 135 136 -
CMYK 0.81 0.01 0 0.47
HSL 180.55º 0.68% 0.32% -
HSV(B) 180.55º 0.81% 0.53% -
XYZ 13.53 19.33 26.31 -
YUV 102.52 146.89 73.42 -
System Red Green Blue C M Y K H S L
Decimal 26 135 136 0.81 0.01 0 0.47 180.55 0.68 0.32
Hex 1A 87 88 51 1 0 2F B5 44 20
Octal 32 207 210 121 1 0 57 265 104 40
Binary 11010 10000111 10001000 1010001 1 0 101111 10110101 1000100 100000

Color Harmonies of #1A8788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8788

Black with #1A8788

Text Example


Text Example

White with #1A8788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,135,136); }

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

background-color css

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

 a { background-color: rgb(26,135,136); }

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

border-color css

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

 span { border-color: rgb(26,135,136); }

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