Html Css Color HEX #1297A0 Java

📋 copy color: '#1297A0'

red 18 ◦ green 151 ◦ blue 160

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

Shades of Java #1297A0

Tints of Java #1297A0

RGB

 RED value IS 18 (7.42% from 255) = 5.47%

 GREEN value IS 151 (59.38% from 255) = 45.9%

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

R = 5.47%
G = 45.9%
B = 48.63%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1297A0 (or 0x1297A0) is known color: Java. HEX triplet: 12, 97 and A0. RGB value is (18,151,160). Sum of RGB (Red+Green+Blue) = 18+151+160=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 160 (62.89% from 255 or 48.63% from 329); Max value from RGB is 160 - color contains mainly: blue. Hex color #1297A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1297A0 is #ED685F. Grayscale: #707070. Windows color (decimal): -15558752 or 10524434. OLE color: 10524434.

HSL color Cylindrical-coordinate representation of color #1297A0: hue angle of 183.8º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1297A0 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 151 160 -
CMYK 0.89 0.06 0 0.37
HSL 183.8º 0.8% 0.35% -
HSV(B) 183.8º 0.89% 0.63% -
XYZ 17.66 24.8 37.11 -
YUV 112.26 154.94 60.77 -
System Red Green Blue C M Y K H S L
Decimal 18 151 160 0.89 0.06 0 0.37 183.8 0.8 0.35
Hex 12 97 A0 59 6 0 25 B8 50 23
Octal 22 227 240 131 6 0 45 270 120 43
Binary 10010 10010111 10100000 1011001 110 0 100101 10111000 1010000 100011

Color Harmonies of #1297A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1297A0

Black with #1297A0

Text Example


Text Example

White with #1297A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1297A0; }

 p { color: rgb(18,151,160); }

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

background-color css

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

 a { background-color: rgb(18,151,160); }

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

border-color css

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

 span { border-color: rgb(18,151,160); }

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