Html Css Color HEX #1B8C9D Java

📋 copy color: '#1B8C9D'

red 27 ◦ green 140 ◦ blue 157

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

Shades of Java #1B8C9D

Tints of Java #1B8C9D

RGB

 RED value IS 27 (10.94% from 255) = 8.33%

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

 BLUE value IS 157 (61.72% from 255) = 48.46%

R = 8.33%
G = 43.21%
B = 48.46%

CMYK

 C value IS 0.83

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1B8C9D (or 0x1B8C9D) is known color: Java. HEX triplet: 1B, 8C and 9D. RGB value is (27,140,157). Sum of RGB (Red+Green+Blue) = 27+140+157=324 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.33% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B8C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8C9D is #E47362. Grayscale: #6B6B6B. Windows color (decimal): -14971747 or 10325019. OLE color: 10325019.

HSL color Cylindrical-coordinate representation of color #1B8C9D: hue angle of 187.85º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B8C9D is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 27 140 157 -
CMYK 0.83 0.11 0 0.38
HSL 187.85º 0.71% 0.36% -
HSV(B) 187.85º 0.83% 0.62% -
XYZ 15.92 21.42 35.19 -
YUV 108.15 155.56 70.12 -
System Red Green Blue C M Y K H S L
Decimal 27 140 157 0.83 0.11 0 0.38 187.85 0.71 0.36
Hex 1B 8C 9D 53 B 0 26 BC 47 24
Octal 33 214 235 123 13 0 46 274 107 44
Binary 11011 10001100 10011101 1010011 1011 0 100110 10111100 1000111 100100

Color Harmonies of #1B8C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B8C9D

Black with #1B8C9D

Text Example


Text Example

White with #1B8C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,140,157); }

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

background-color css

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

 a { background-color: rgb(27,140,157); }

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

border-color css

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

 span { border-color: rgb(27,140,157); }

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