Html Css Color HEX #1A8CA0 Java

📋 copy color: '#1A8CA0'

red 26 ◦ green 140 ◦ blue 160

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

Shades of Java #1A8CA0

Tints of Java #1A8CA0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.94%

 BLUE value IS 160 (62.89% from 255) = 49.08%

R = 7.98%
G = 42.94%
B = 49.08%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1A8CA0 (or 0x1A8CA0) is known color: Java. HEX triplet: 1A, 8C and A0. RGB value is (26,140,160). Sum of RGB (Red+Green+Blue) = 26+140+160=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #1A8CA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8CA0 is #E5735F. Grayscale: #6C6C6C. Windows color (decimal): -15037280 or 10521626. OLE color: 10521626.

HSL color Cylindrical-coordinate representation of color #1A8CA0: hue angle of 188.96º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A8CA0 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 26 140 160 -
CMYK 0.84 0.12 0 0.37
HSL 188.96º 0.72% 0.36% -
HSV(B) 188.96º 0.84% 0.63% -
XYZ 16.15 21.51 36.56 -
YUV 108.19 157.23 69.37 -
System Red Green Blue C M Y K H S L
Decimal 26 140 160 0.84 0.12 0 0.37 188.96 0.72 0.36
Hex 1A 8C A0 54 C 0 25 BD 48 24
Octal 32 214 240 124 14 0 45 275 110 44
Binary 11010 10001100 10100000 1010100 1100 0 100101 10111101 1001000 100100

Color Harmonies of #1A8CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8CA0

Black with #1A8CA0

Text Example


Text Example

White with #1A8CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,140,160); }

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

background-color css

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

 a { background-color: rgb(26,140,160); }

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

border-color css

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

 span { border-color: rgb(26,140,160); }

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