Html Css Color HEX #1C98A1 Java

📋 copy color: '#1C98A1'

red 28 ◦ green 152 ◦ blue 161

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

Shades of Java #1C98A1

Tints of Java #1C98A1

RGB

 RED value IS 28 (11.33% from 255) = 8.21%

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

 BLUE value IS 161 (63.28% from 255) = 47.21%

R = 8.21%
G = 44.57%
B = 47.21%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1C98A1 (or 0x1C98A1) is known color: Java. HEX triplet: 1C, 98 and A1. RGB value is (28,152,161). Sum of RGB (Red+Green+Blue) = 28+152+161=341 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.21% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 161 (63.28% from 255 or 47.21% from 341); Max value from RGB is 161 - color contains mainly: blue. Hex color #1C98A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C98A1 is #E3675E. Grayscale: #737373. Windows color (decimal): -14903135 or 10590236. OLE color: 10590236.

HSL color Cylindrical-coordinate representation of color #1C98A1: hue angle of 184.06º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C98A1 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 28 152 161 -
CMYK 0.83 0.06 0 0.37
HSL 184.06º 0.7% 0.37% -
HSV(B) 184.06º 0.83% 0.63% -
XYZ 18.14 25.28 37.64 -
YUV 115.95 153.42 65.27 -
System Red Green Blue C M Y K H S L
Decimal 28 152 161 0.83 0.06 0 0.37 184.06 0.7 0.37
Hex 1C 98 A1 53 6 0 25 B8 46 25
Octal 34 230 241 123 6 0 45 270 106 45
Binary 11100 10011000 10100001 1010011 110 0 100101 10111000 1000110 100101

Color Harmonies of #1C98A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C98A1

Black with #1C98A1

Text Example


Text Example

White with #1C98A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,152,161); }

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

background-color css

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

 a { background-color: rgb(28,152,161); }

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

border-color css

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

 span { border-color: rgb(28,152,161); }

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