Html Css Color HEX #1B949B Java

📋 copy color: '#1B949B'

red 27 ◦ green 148 ◦ blue 155

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

Shades of Java #1B949B

Tints of Java #1B949B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

 BLUE value IS 155 (60.94% from 255) = 46.97%

R = 8.18%
G = 44.85%
B = 46.97%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1B949B (or 0x1B949B) is known color: Java. HEX triplet: 1B, 94 and 9B. RGB value is (27,148,155). Sum of RGB (Red+Green+Blue) = 27+148+155=330 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.18% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B949B is #E46B64. Grayscale: #707070. Windows color (decimal): -14969701 or 10195995. OLE color: 10195995.

HSL color Cylindrical-coordinate representation of color #1B949B: hue angle of 183.28º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B949B is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 27 148 155 -
CMYK 0.83 0.05 0 0.39
HSL 183.28º 0.7% 0.36% -
HSV(B) 183.28º 0.83% 0.61% -
XYZ 16.96 23.78 34.71 -
YUV 112.62 151.91 66.93 -
System Red Green Blue C M Y K H S L
Decimal 27 148 155 0.83 0.05 0 0.39 183.28 0.7 0.36
Hex 1B 94 9B 53 5 0 27 B7 46 24
Octal 33 224 233 123 5 0 47 267 106 44
Binary 11011 10010100 10011011 1010011 101 0 100111 10110111 1000110 100100

Color Harmonies of #1B949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B949B

Black with #1B949B

Text Example


Text Example

White with #1B949B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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