Html Css Color HEX #1B8294 Java

📋 copy color: '#1B8294'

red 27 ◦ green 130 ◦ blue 148

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

Shades of Java #1B8294

Tints of Java #1B8294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.62%

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 8.85%
G = 42.62%
B = 48.52%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1B8294 (or 0x1B8294) is known color: Java. HEX triplet: 1B, 82 and 94. RGB value is (27,130,148). Sum of RGB (Red+Green+Blue) = 27+130+148=305 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.85% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #1B8294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8294 is #E47D6B. Grayscale: #656565. Windows color (decimal): -14974316 or 9732635. OLE color: 9732635.

HSL color Cylindrical-coordinate representation of color #1B8294: hue angle of 188.93º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B8294 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 27 130 148 -
CMYK 0.82 0.12 0 0.42
HSL 188.93º 0.69% 0.34% -
HSV(B) 188.93º 0.82% 0.58% -
XYZ 13.78 18.34 30.83 -
YUV 101.26 154.38 75.04 -
System Red Green Blue C M Y K H S L
Decimal 27 130 148 0.82 0.12 0 0.42 188.93 0.69 0.34
Hex 1B 82 94 52 C 0 2A BD 45 22
Octal 33 202 224 122 14 0 52 275 105 42
Binary 11011 10000010 10010100 1010010 1100 0 101010 10111101 1000101 100010

Color Harmonies of #1B8294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B8294

Black with #1B8294

Text Example


Text Example

White with #1B8294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,130,148); }

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

background-color css

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

 a { background-color: rgb(27,130,148); }

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

border-color css

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

 span { border-color: rgb(27,130,148); }

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