Html Css Color HEX #1098A2 Java

📋 copy color: '#1098A2'

red 16 ◦ green 152 ◦ blue 162

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

Shades of Java #1098A2

Tints of Java #1098A2

RGB

 RED value IS 16 (6.64% from 255) = 4.85%

 GREEN value IS 152 (59.77% from 255) = 46.06%

 BLUE value IS 162 (63.67% from 255) = 49.09%

R = 4.85%
G = 46.06%
B = 49.09%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1098A2 (or 0x1098A2) is known color: Java. HEX triplet: 10, 98 and A2. RGB value is (16,152,162). Sum of RGB (Red+Green+Blue) = 16+152+162=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #1098A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1098A2 is #EF675D. Grayscale: #707070. Windows color (decimal): -15689566 or 10655760. OLE color: 10655760.

HSL color Cylindrical-coordinate representation of color #1098A2: hue angle of 184.11º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1098A2 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 152 162 -
CMYK 0.90 0.06 0 0.36
HSL 184.11º 0.82% 0.35% -
HSV(B) 184.11º 0.9% 0.64% -
XYZ 17.96 25.18 38.09 -
YUV 112.48 155.94 59.19 -
System Red Green Blue C M Y K H S L
Decimal 16 152 162 0.90 0.06 0 0.36 184.11 0.82 0.35
Hex 10 98 A2 5A 6 0 24 B8 52 23
Octal 20 230 242 132 6 0 44 270 122 43
Binary 10000 10011000 10100010 1011010 110 0 100100 10111000 1010010 100011

Color Harmonies of #1098A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1098A2

Black with #1098A2

Text Example


Text Example

White with #1098A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1098A2; }

 p { color: rgb(16,152,162); }

 H1.HeaderClassName
 {
   color: #1098A2;
 }
 .AnyTagClassName
 {
   color: #1098A2;
 }
</style>

background-color css

<style>
 a { background-color: #1098A2; }

 a { background-color: rgb(16,152,162); }

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

border-color css

<style>
 span { border-color: #1098A2; }

 span { border-color: rgb(16,152,162); }

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