Html Css Color HEX #1A8597 Java

📋 copy color: '#1A8597'

red 26 ◦ green 133 ◦ blue 151

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

Shades of Java #1A8597

Tints of Java #1A8597

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.9%

 BLUE value IS 151 (59.38% from 255) = 48.71%

R = 8.39%
G = 42.9%
B = 48.71%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1A8597 (or 0x1A8597) is known color: Java. HEX triplet: 1A, 85 and 97. RGB value is (26,133,151). Sum of RGB (Red+Green+Blue) = 26+133+151=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 151 (59.38% from 255 or 48.71% from 310); Max value from RGB is 151 - color contains mainly: blue. Hex color #1A8597 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8597 is #E57A68. Grayscale: #666666. Windows color (decimal): -15039081 or 9930010. OLE color: 9930010.

HSL color Cylindrical-coordinate representation of color #1A8597: hue angle of 188.64º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A8597 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 26 133 151 -
CMYK 0.83 0.12 0 0.41
HSL 188.64º 0.71% 0.35% -
HSV(B) 188.64º 0.83% 0.59% -
XYZ 14.4 19.23 32.23 -
YUV 103.06 155.05 73.04 -
System Red Green Blue C M Y K H S L
Decimal 26 133 151 0.83 0.12 0 0.41 188.64 0.71 0.35
Hex 1A 85 97 53 C 0 29 BD 47 23
Octal 32 205 227 123 14 0 51 275 107 43
Binary 11010 10000101 10010111 1010011 1100 0 101001 10111101 1000111 100011

Color Harmonies of #1A8597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8597

Black with #1A8597

Text Example


Text Example

White with #1A8597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,133,151); }

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

background-color css

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

 a { background-color: rgb(26,133,151); }

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

border-color css

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

 span { border-color: rgb(26,133,151); }

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